検索

phrase: max: clip:
target: order:
Results of 661 - 670 of about 790 for result (0.052 sec.)
Returns a sorted copy 2768
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL d ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]
Sorts the sequence in-place 2768
« Ds\Sequence::slice Ds\Sequence::sorted » PHP Manual Sequence Sorts the sequence in-place Ds\Se ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-sequence.sort.html - [similar]
Returns a sorted copy 2768
« Ds\Sequence::sort Ds\Sequence::sum » PHP Manual Sequence Returns a sorted copy Ds\Sequence::so ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-sequence.sorted.html - [similar]
Sorts the set in-place 2768
« Ds\Set::slice Ds\Set::sorted » PHP Manual Set Sorts the set in-place Ds\Set::sort (PECL ds >= ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-set.sort.html - [similar]
Returns a sorted copy 2768
« Ds\Set::sort Ds\Set::sum » PHP Manual Set Returns a sorted copy Ds\Set::sorted (PECL ds >= 1.0 ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-set.sorted.html - [similar]
Sorts the vector in-place 2768
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::so ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Returns a sorted copy 2768
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PE ... from the comparison function, such as float , will result in an internal cast to int of the callback's retur ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
指定した配列の要素にコールバック関数を適用する 2768
« array_keys array_merge_recursive » PHP Manual 配列 関数 指定した配列の要素にコールバック関数を ... g $k , string $v ): string => " $k was the $v " ; $result = array_map ( $callback , array_keys ( $arr ), arr ... ay_values ( $arr )); var_dump ( $result ); ?> 上の例の出力は以下となります。 array(3) { [0 ...
https://man.plustar.jp/php/function.array-map.html - [similar]
SQL 文を直接実行する 2768
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... RCHAR(32), name CHAR(16), weight DECIMAL(7,2))' ; $result = db2_exec ( $conn , $create ); if ( $result ) { p ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
Replaces a record in a database 2768
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... ase_close ( $db ); } ?> 注意 注意 : Boolean fields result in an int element value ( 0 or 1 ) when retrieved ... cord_with_names() . If they are written back, this results in the value becoming 0 , so care has to be taken ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]