検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 817 for return (0.022 sec.)
Sorts the set in-place 3212
« Ds\Set::slice Ds\Set::sorted » PHP Manual Set Sorts the set in-place Ds\Set::sort (PECL ds >= ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ... 1 , 3 , 2 ]); $set -> sort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $set ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-set.sort.html - [similar]
Returns a sorted copy 3212
« Ds\Set::sort Ds\Set::sum » PHP Manual Set Returns a sorted copy Ds\Set::sorted (PECL ds >= 1.0 ... .0) Ds\Set::sorted — Returns a sorted copy 説明 public Ds\Set::sorted ( callab ... le $comparator = ? ): Ds\Set Returns a sorted copy, using an optional comparator funct ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ...
https://man.plustar.jp/php/ds-set.sorted.html - [similar]
Sorts the vector in-place 3212
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::so ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ... , 3 , 2 ]); $vector -> sort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $vector ); ?> 上の例の出 ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Returns a sorted copy 3212
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PE ... CL ds >= 1.0.0) Ds\Vector::sorted — Returns a sorted copy 説明 public Ds\Vector::sorted ( cal ... lable $comparator = ? ): Ds\Vector Returns a sorted copy, using an optional comparator funct ... ります。 callback ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function ... esult in an internal cast to int of the callback's return value. So values such as 0.99 and 0.1 will both be ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
FDF ドキュメントに javascript コードを追加する 3212
« FDF 関数 fdf_add_template » PHP Manual FDF 関数 FDF ドキュメントに javascript コードを追加する ... ipt ( $fdf , "PlusOne" , "function PlusOne(x)\r{\r return x+1;\r}\r" ); fdf_save ( $fdf ); ?> これは、以下の ... ipt << /Doc [ (PlusOne)(function PlusOne\(x\)\r{\r return x+1;\r}\r)] >> >> >> endobj trailer << /Root 1 0 R ...
https://man.plustar.jp/php/function.fdf-add-doc-javascript.html - [similar]
Get the status for the running task 3212
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... task 説明 public GearmanClient::doStatus (): array Returns the status for the running task. This should be u ... rmal ( "reverse" , "Hello!" ); # Check for various return packets and errors. switch( $gmclient -> returnCod ... CESS : break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ; exit; } } while( $gmclient -> retu ... GearmanClient::doNormal() - Run a single task and return a result GearmanJob::status() - Send status (depre ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Call a Lua function 3212
« LuaSandboxFunction LuaSandboxFunction::__construct » PHP Manual LuaSandboxFunction Call a Lua ... fault of the PHP code will result in the function returning false and E_WARNING being raised, for example, ... serdata and thread types. Lua functions inherently return a list of results. So on success, this method retu ... rns an array containing all of the values returned by Lua, with int keys starting from zero. Lua ma ... y return no results, in which case an empty array is return ...
https://man.plustar.jp/php/luasandboxfunction.call.html - [similar]
配列を受け取るパラメータであるかどうかを調べる 3212
« ReflectionParameter::hasType ReflectionParameter::isCallable » PHP Manual ReflectionParameter ... onParameter -> getType (); if (! $reflectionType ) return false ; $types = $reflectionType instanceof Reflec ... flectionType -> getTypes () : [ $reflectionType ]; return in_array ( 'array' , array_map ( fn ( ReflectionNa ...
https://man.plustar.jp/php/reflectionparameter.isarray.html - [similar]
win32service 3186
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... he service win32_set_service_exit_code — Define or return the exit code for the current running service win3 ... 2_set_service_exit_mode — Define or return the exit mode for the current running service win3 ...
https://man.plustar.jp/php/book.win32service.html - [similar]
配列の最初のキーを得る 3186
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first ... rray $arr ) { foreach( $arr as $key => $unused ) { return $key ; } return NULL ; } } ?> 参考 array_key_last( ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]