Explorar el Código

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

Cédric Belin hace 5 años
padre
commit
d1cf477aff
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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
 	**/