Przeglądaj źródła

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

Cédric Belin 5 lat temu
rodzic
commit
d1cf477aff
1 zmienionych plików z 5 dodań i 0 usunięć
  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
 	**/