|
@@ -1343,6 +1343,11 @@ extern class Global {
|
|
**/
|
|
**/
|
|
static function getallheaders():NativeAssocArray<Dynamic>;
|
|
static function getallheaders():NativeAssocArray<Dynamic>;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ @see http://php.net/manual/en/function.ucfirst.php
|
|
|
|
+ **/
|
|
|
|
+ static function ucfirst(string:String):String;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
@see http://php.net/manual/en/function.ucwords.php
|
|
@see http://php.net/manual/en/function.ucwords.php
|
|
**/
|
|
**/
|