検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 817 for return (0.039 sec.)
SOAP リクエストを実行する 3186
« SoapClient::__construct SoapClient::__getCookies » PHP Manual SoapClient SOAP リクエストを実行 ... _doRequest() の例 <?php function Add ( $x , $y ) { return $x + $y ; } class LocalSoapClient extends SoapClie ... ; $response = ob_get_contents (); ob_end_clean (); return $response ; } } $x = new LocalSoapClient ( NULL ,a ...
https://man.plustar.jp/php/soapclient.dorequest.html - [similar]
パースコールバック 3186
« コールバック 発行コールバック » PHP Manual コールバック パースコールバック パースコールバック ... ーエンティティの形式 (YAML_*_SCALAR_STYLE を参照) * @return mixed YAML パーサが発行するための値 */ function ta ... gs ) { var_dump ( func_get_args ()); // デバッグ用 return "Hello { $value } " ; } $yaml = <<<YAML greeting: ...
https://man.plustar.jp/php/yaml.callbacks.parse.html - [similar]
Gets the data associated with a node synchronously 3186
« Zookeeper::exists Zookeeper::getAcl » PHP Manual Zookeeper Gets the data associated with a nod ... NULL, will hold the value of stat for the path on return. max_size Max size of the data. If 0 is used, this ... method will return the whole data. 戻り値 Returns the data on success ...
https://man.plustar.jp/php/zookeeper.get.html - [similar]
ArrayAccess インターフェイス 3152
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... e ; } } public function offsetExists ( $offset ) { return isset( $this -> container [ $offset ]); } public f ... fset ]); } public function offsetGet ( $offset ) { return isset( $this -> container [ $offset ]) ? $this -> ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
Serializable インターフェイス 3152
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラ ... y private data" ; } public function serialize () { return serialize ( $this -> data ); } public function uns ... erialize ( $data ); } public function getData () { return $this -> data ; } } $obj = new obj ; $ser = serial ...
https://man.plustar.jp/php/class.serializable.html - [similar]
match 3152
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... 0.0 以降で利用可能です。 例1 match 式の構造 <?php $return_value = match ( 制約式 ) { 単一の条件式 => 返却式 ... 基本式な match 式の使い方 <?php $food = 'cake' ; $return_value = match ( $food ) { 'apple' => 'This food is ... , 'cake' => 'This food is a cake' , }; var_dump ( $return_value ); ?> 上の例の出力は以下となります。 string( ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
Sorts the map in-place by key 3152
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... ります。 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 ... ); // Reverse $map -> ksort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $map ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Returns a copy, sorted by key 3152
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... available, might only be in Git) Ds\Map::ksorted — Returns a copy, sorted by key 説明 public Ds\Map::ksorted ... ( callable $comparator = ? ): Ds\Map Returns a copy sorted by key, using an optional comparato ... ります。 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-map.ksorted.html - [similar]
Sorts the map in-place by value 3152
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... ります。 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 ... , "c" => 1 ]); $map -> sort (function( $a , $b ) { return $b <=> $a ; }); print_r ( $map ); ?> 上の例の出力は ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 3152
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... ds >= 1.0.0) Ds\Map::sorted — Returns a copy, sorted by value 説明 public Ds\Map::sorte ... d ( callable $comparator = ? ): Ds\Map Returns a copy, sorted by value using an optional compara ... ります。 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-map.sorted.html - [similar]