検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1032 for example (0.080 sec.)
Reduces the set to a single value using a callback function 3235
« Ds\Set::merge Ds\Set::remove » PHP Manual Set Reduces the set to a single value using a callba ... llback. 例 例1 Ds\Set::reduce() with initial value example <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); $call ... (30) 例2 Ds\Set::reduce() without an initial value example <?php $set = new \ Ds \ Set ([ 1 , 2 , 3 ]); var_d ...
https://man.plustar.jp/php/ds-set.reduce.html - [similar]
Sorts the set in-place 3235
« Ds\Set::slice Ds\Set::sorted » PHP Manual Set Sorts the set in-place Ds\Set::sort (PECL ds >= ... ual. 戻り値 値を返しません。 例 例1 Ds\Set::sort() example <?php $set = new \ Ds \ Set ([ 4 , 5 , 1 , 3 , 2 ] ... 2 [2] => 3 [3] => 4 [4] => 5 ) 例2 Ds\Set::sort() example using a comparator <?php $set = new \ Ds \ Set ([ ...
https://man.plustar.jp/php/ds-set.sort.html - [similar]
Returns a sorted copy 3235
« Ds\Set::sort Ds\Set::sum » PHP Manual Set Returns a sorted copy Ds\Set::sorted (PECL ds >= 1.0 ... a sorted copy of the set. 例 例1 Ds\Set::sorted() example <?php $set = new \ Ds \ Set ([ 4 , 5 , 1 , 3 , 2 ] ... [2] => 3 [3] => 4 [4] => 5 ) 例2 Ds\Set::sorted() example using a comparator <?php $set = new \ Ds \ Set ([ ...
https://man.plustar.jp/php/ds-set.sorted.html - [similar]
Reduces the vector to a single value using a callback function 3235
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ... ack. 例 例1 Ds\Vector::reduce() with initial value example <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); ... ) 例2 Ds\Vector::reduce() without an initial value example <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
Sorts the vector in-place 3235
« Ds\Vector::slice Ds\Vector::sorted » PHP Manual Vector Sorts the vector in-place Ds\Vector::so ... . 戻り値 値を返しません。 例 例1 Ds\Vector::sort() example <?php $vector = new \ Ds \ Vector ([ 4 , 5 , 1 , 3 ... [2] => 3 [3] => 4 [4] => 5 ) 例2 Ds\Vector::sort() example using a comparator <?php $vector = new \ Ds \ Vect ...
https://man.plustar.jp/php/ds-vector.sort.html - [similar]
Returns a sorted copy 3235
« Ds\Vector::sort Ds\Vector::sum » PHP Manual Vector Returns a sorted copy Ds\Vector::sorted (PE ... ted copy of the vector. 例 例1 Ds\Vector::sorted() example <?php $vector = new \ Ds \ Vector ([ 4 , 5 , 1 , 3 ... ] => 3 [3] => 4 [4] => 5 ) 例2 Ds\Vector::sorted() example using a comparator <?php $vector = new \ Ds \ Vect ...
https://man.plustar.jp/php/ds-vector.sorted.html - [similar]
Bind variables to a prepared statement as parameters 3235
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... BLOB/CLOB data types support. 例 例1 cubrid_bind() example <?php $conn = cubrid_connect ( "localhost" , 33000 ... Larry Barkley Charles 例2 cubrid_bind() BLOB/CLOB example <?php $con = cubrid_connect ( "localhost" , 33000 ... execute ( $req ); } ?> 例3 cubrid_bind() BLOB/CLOB example <?php $con = cubrid_connect ( "localhost" , 33000 ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
二文字の国コードを取得する 3235
« geoip_continent_code_by_name geoip_country_code3_by_name » PHP Manual GeoIP 関数 二文字の国コー ... 1 geoip_country_code_by_name() の例 これは、ホスト example.com がどこにあるのかを表示します。 <?php $country ... = geoip_country_code_by_name ( 'www.example.com' ); if ( $country ) { echo 'This host is locat ...
https://man.plustar.jp/php/function.geoip-country-code-by-name.html - [similar]
インターネットへの接続速度を取得する 3235
« geoip_isp_by_name geoip_org_by_name » PHP Manual GeoIP 関数 インターネットへの接続速度を取得す ... geoip_netspeedcell_by_name() の例 この例は、ホスト example.com の接続速度を出力します。 <?php $netspeed = geo ... ip_netspeedcell_by_name ( 'www.example.com' ); if ( $netspeed ) { echo 'The connection ty ...
https://man.plustar.jp/php/function.geoip-netspeedcell-by-name.html - [similar]
国コードおよび地域を取得する 3235
« geoip_record_by_name geoip_region_name_by_code » PHP Manual GeoIP 関数 国コードおよび地域を取得 ... 例 例1 geoip_region_by_name() の例 これは、ホスト example.com の国コードおよび地域を含む配列を表示します。 < ... ?php $region = geoip_region_by_name ( 'www.example.com' ); if ( $region ) { print_r ( $region ); } ?> ...
https://man.plustar.jp/php/function.geoip-region-by-name.html - [similar]