Browse Source

[php] Add extern for `ucfirst()` (#9859)

Cédric Belin 5 years ago
parent
commit
d22ba1e3a4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      std/php/Global.hx

+ 5 - 0
std/php/Global.hx

@@ -1343,6 +1343,11 @@ extern class Global {
 	**/
 	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
 	**/