|
@@ -252,6 +252,13 @@ extern class Const {
|
|
static final TCP_NODELAY:Int;
|
|
static final TCP_NODELAY:Int;
|
|
static final PHP_BINARY_READ:Int;
|
|
static final PHP_BINARY_READ:Int;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.session-status.php
|
|
|
|
+ **/
|
|
|
|
+ static final PHP_SESSION_DISABLED:Int;
|
|
|
|
+ static final PHP_SESSION_NONE:Int;
|
|
|
|
+ static final PHP_SESSION_ACTIVE:Int;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/json.constants.php
|
|
@see http://php.net/manual/en/json.constants.php
|
|
**/
|
|
**/
|