検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 1032 for example (0.019 sec.)
ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 3418
« inet_pton long2ip » PHP Manual ネットワーク 関数 ドット表記の (IPv4) IP アドレスを、長整数表現 ... 例1 ip2long() の例 <?php $ip = gethostbyname ( 'www.example.com' ); $out = "以下の URL は同じ意味です:<br />\n ... " ; $out .= 'http://www.example.com/, http://' . $ip . '/, そして http://' . sprin ... 法を示すものです。 <?php $ip = gethostbyname ( 'www.example.com' ); $long = ip2long ( $ip ); if ( $long == - 1 ...
https://man.plustar.jp/php/function.ip2long.html - [similar]
Delete a function 3418
« uopz_del_function uopz_extend » PHP Manual Uopz 関数 Delete a function uopz_delete (PECL uopz ... ラメータ class function 戻り値 例 例1 uopz_delete() example <?php uopz_delete ( "strlen" ); echo strlen ( "Hel ... th/to/script.php on line 4 例2 uopz_delete() class example <?php class My { public static function strlen ( $ ...
https://man.plustar.jp/php/function.uopz-delete.html - [similar]
Creates a function at runtime 3418
« uopz_flags uopz_get_exit_status » PHP Manual Uopz 関数 Creates a function at runtime uopz_func ... d or ZEND_ACC_PUBLIC 戻り値 例 例1 uopz_function() example <?php uopz_function ( "my_strlen" , function( $arg ... 出力は以下となります。 11 例2 uopz_function() class example <?php class My {} uopz_function ( My ::class, "str ...
https://man.plustar.jp/php/function.uopz-function.html - [similar]
ストアドプロシージャ 3418
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロ ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ... | MYSQLI_REPORT_STRICT ); $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $mysqli ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
新しい SimpleXMLElement オブジェクトを作成する 3418
« SimpleXMLElement::children SimpleXMLElement::count » PHP Manual SimpleXMLElement 新しい Simple ... () で取得することもできます。 例 注意 : この例では example.php をインクルードしていますが、これは 基本的な使用 ... SimpleXMLElement オブジェクトの作成 <?php include 'example.php' ; $sxe = new SimpleXMLElement ( $xmlstr ); ec ... トの作成 <?php $sxe = new SimpleXMLElement ( 'http://example.org/document.xml' , NULL , TRUE ); echo $sxe -> as ...
https://man.plustar.jp/php/simplexmlelement.construct.html - [similar]
Determines if the deque contains given values 3375
« Ds\Deque::__construct Ds\Deque::copy » PHP Manual Deque Determines if the deque contains given ... deque, true otherwise. 例 例1 Ds\Deque::contains() example <?php $deque = new \ Ds \ Deque ([ 'a' , 'b' , 'c' ... , Determines , given , Deque , Ds , the , check , example ...
https://man.plustar.jp/php/ds-deque.contains.html - [similar]
Associates a key with a value 3375
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... eys will be coerced to integers by the engine. For example, $map["1"] will attempt to access int(1) , while $ ... key. 戻り値 値を返しません。 例 例1 Ds\Map::put() example <?php $map = new \ Ds \ Map (); $map -> put ( "a" ... ct ( [key] => c [value] => 3 ) ) 例2 Ds\Map::put() example using objects as keys <?php class HashableObject i ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Returns the sum of all values in the map 3375
« Ds\Map::sorted Ds\Map::toArray » PHP Manual Map Returns the sum of all values in the map Ds\Ma ... he values in the map. 例 例1 Ds\Map::sum() integer example <?php $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 ... 下のようになります。 int(6) 例2 Ds\Map::sum() float example <?php $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 ...
https://man.plustar.jp/php/ds-map.sum.html - [similar]
Determines if the sequence contains given values 3375
« Ds\Sequence::capacity Ds\Sequence::filter » PHP Manual Sequence Determines if the sequence con ... ce, true otherwise. 例 例1 Ds\Sequence::contains() example <?php $sequence = new \ Ds \ Vector ([ 'a' , 'b' , ... Determines , given , Sequence , Ds , the , check , example ...
https://man.plustar.jp/php/ds-sequence.contains.html - [similar]
Determines if the vector contains given values 3375
« Ds\Vector::__construct Ds\Vector::copy » PHP Manual Vector Determines if the vector contains g ... ctor, true otherwise. 例 例1 Ds\Vector::contains() example <?php $vector = new \ Ds \ Vector ([ 'a' , 'b' , ' ... , values , Determines , given , Ds , the , check , example , not , provided ...
https://man.plustar.jp/php/ds-vector.contains.html - [similar]