検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 817 for return (1.363 sec.)
Rename a function at runtime 2966
« uopz_redefine uopz_restore » PHP Manual Uopz 関数 Rename a function at runtime uopz_rename (PE ... <?php class My { public function strlen ( $arg ) { return strlen ( $arg ); } } uopz_rename ( My ::class, "st ...
https://man.plustar.jp/php/function.uopz-rename.html - [similar]
Sets the static variables in function or method scope 2966
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる ようにする 2966
« win32_set_service_status win32_start_service » PHP Manual win32service 関数 スクリプトを SCM に ... ージを返す win32_set_service_exit_mode() - Define or return the exit mode for the current running service win3 ... 2_set_service_exit_code() - Define or return the exit code for the current running service Win3 ...
https://man.plustar.jp/php/function.win32-start-service-ctrl-dispatcher.html - [similar]
配列構造体に XML データを処理する 2966
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... lues , $offset , $len )); } } else { continue; } } return $tdb ; } function parseMol ( $mvalues ) { for ( $i ... s [ $i ][ "tag" ]] = $mvalues [ $i ][ "value" ]; } return new AminoAcid ( $mol ); } $db = readDatabase ( "mo ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
Run a single high priority task 2966
« GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s ... = ? ): string Runs a single high priority task and returns a string representation of the result. It is up t ... GearmanClient::doNormal() - Run a single task and return a result GearmanClient::doLow() - Run a single low ...
https://man.plustar.jp/php/gearmanclient.dohigh.html - [similar]
Run a high priority task in the background 2966
« GearmanClient::doHigh GearmanClient::doJobHandle » PHP Manual GearmanClient Run a high priorit ... tring Runs a high priority task in the background, returning a job handle which can be used to get the statu ... GearmanClient::doNormal() - Run a single task and return a result GearmanClient::doHigh() - Run a single hi ...
https://man.plustar.jp/php/gearmanclient.dohighbackground.html - [similar]
Run a single low priority task 2966
« GearmanClient::doJobHandle GearmanClient::doLowBackground » PHP Manual GearmanClient Run a sin ... = ? ): string Runs a single low priority task and returns a string representation of the result. It is up t ... GearmanClient::doNormal() - Run a single task and return a result GearmanClient::doHigh() - Run a single hi ...
https://man.plustar.jp/php/gearmanclient.dolow.html - [similar]
Run a low priority task in the background 2966
« GearmanClient::doLow GearmanClient::doNormal » PHP Manual GearmanClient Run a low priority tas ... string Runs a low priority task in the background, returning a job handle which can be used to get the statu ... GearmanClient::doNormal() - Run a single task and return a result GearmanClient::doHigh() - Run a single hi ...
https://man.plustar.jp/php/gearmanclient.dolowbackground.html - [similar]
Description 2966
« ImagickPixel::getColorValue ImagickPixel::getHSL » PHP Manual ImagickPixel Description Imagick ... the quantum value of a color in the ImagickPixel. Return value is a float if ImageMagick was compiled with ...
https://man.plustar.jp/php/imagickpixel.getcolorvaluequantum.html - [similar]
列挙型と static メソッド 2966
« 列挙型とメソッド 列挙型と定数 » PHP Manual 列挙型(Enum) 列挙型と static メソッド 列挙型と stat ... c static function fromLength ( int $cm ): static { return match ( true ) { $cm < 50 => static:: Small , $cm ...
https://man.plustar.jp/php/language.enumerations.static-methods.html - [similar]