検索

phrase: max: clip:
target: order:
Results of 581 - 590 of about 2443 for Array (0.084 sec.)
PDO クラス 2359
« ラージオブジェクト (LOB) PDO::beginTransaction » PHP Manual PDO PDO クラス PDO クラス (PHP 5 > ... g $username = null , ? string $password = null , ? array $options = null ) public beginTransaction (): bool ... public errorCode (): ? string public errorInfo (): array public exec ( string $statement ): int | false pub ... ute ): mixed public static getAvailableDrivers (): array public inTransaction (): bool public lastInsertId ... ): string | false public prepare ( string $query , array $options = [] ): PDOStatement | false public query ...
https://man.plustar.jp/php/class.pdo.html - [similar]
リファレンスカウントの原理 2359
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リ ... 含む)変数コンテナが メモリから除去されます。 複合型 array や object のような複合型では、事情が少し 複雑になり ... ます。 scalar 値とは逆に、 array と object では、それらのプロパティをそれら自身のシ ... 3つの zval コンテナを作成することを意味します。 例5 array zval を作成 <?php $a = array( 'meaning' => 'life' ... えば以下のようになります。 a: (refcount=1, is_ref=0)=array ( 'meaning' => (refcount=1, is_ref=0)='life', 'num ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 2359
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式 ... いての詳細情報を返す 説明 geoip_db_get_all_info (): array geoip_db_get_all_info() 関数は、 すべての GeoIP デ ... 。 <?php $infos = geoip_db_get_all_info (); if ( is_array ( $infos )) { var_dump ( $infos ); } ?> 上の例の出 ... 力は以下となります。 array(11) { [1]=> array(3) { ["available"]=> bool(true) ... (32) "/usr/share/GeoIP/GeoIP.dat" } [ ... ] [11]=> array(3) { ["available"]=> bool(false) ["description"]=> ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
Sends data from parameter streams to the server 2359
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... Name = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "P ... rameter data as a stream and put it in the $params array. $data = fopen ( "data://text/plain,[ Lengthy cont ... ent here. ]" , "r" ); $params = array( & $data ); // Prepare the statement. Use the $opt ... ions array to turn off the // default behavior, which is to s ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
多角形を描画する 2359
« ImagickDraw::point ImagickDraw::polyline » PHP Manual ImagickDraw 多角形を描画する ImagickDraw ... 多角形を描画する 説明 public ImagickDraw::polygon ( array $coordinates ): bool 警告 この関数は、 現在のところ ... 形を描画します。 パラメータ coordinates 多次元配列。 array( array( 'x' => 3, 'y' => 4 ), array( 'x' => 2, 'y' ... ?> 関連キーワード: 描画 , ImagickDraw , polygon , array , imagick , coordinates , 配列 , テクスチャ , 形式 ...
https://man.plustar.jp/php/imagickdraw.polygon.html - [similar]
線分群を描画する 2359
« ImagickDraw::polygon ImagickDraw::pop » PHP Manual ImagickDraw 線分群を描画する ImagickDraw::p ... 線分群を描画する 説明 public ImagickDraw::polyline ( array $coordinates ): bool 警告 この関数は、 現在のところ ... パラメータ coordinates x 座標および y 座標の配列。 array( array( 'x' => 4, 'y' => 6 ), array( 'x' => 8, 'y' ... 連キーワード: 描画 , 線分 , ImagickDraw , polyline , array , 座標 , imagick , 配列 , coordinates , 記述 ...
https://man.plustar.jp/php/imagickdraw.polyline.html - [similar]
メッセージをフォーマットする 2359
« MessageFormatter::formatMessage MessageFormatter::getErrorCode » PHP Manual MessageFormatter メ ... オブジェクト指向型 public MessageFormatter::format ( array $values ): string | false 手続き型 msgfmt_format ( ... MessageFormatter $formatter , array $values ): string | false ロケールの規則にしたがっ ... } monkeys per tree" ); echo msgfmt_format ( $fmt , array( 4560 , 123 , 4560 / 123 )); $fmt = msgfmt_create ... er} Affen pro Baum" ); echo msgfmt_format ( $fmt , array( 4560 , 123 , 4560 / 123 )); ?> 例2 オブジェクト指 ...
https://man.plustar.jp/php/messageformatter.format.html - [similar]
下位互換性のない変更点 2359
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... ?> 上の例の PHP 5 での出力は、このようになります。 array(3) { [0]=> int(3) [1]=> int(2) [2]=> int(1) } 上の ... 例の PHP 7 での出力は、このようになります。 array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } 一般 ... 並び順が変更されました。 以下に例を示します。 <?php $array = []; $array [ "a" ] =& $array [ "b" ]; $array [ " ... b" ] = 1 ; var_dump ( $array ); ?> 上の例の PHP 5 での出力は、このようになります ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
Application Performance Monitoring (APM) 2359
« Using the PHP Library for MongoDB (PHPLIB) Driver Architecture and Internals » PHP Manual Tuto ... nto account */ private function createQueryShape ( array $filter ) { return json_encode ( array_keys ( $fil ... \ Monitoring \ CommandStartedEvent $event ) { if ( array_key_exists ( 'find' , (array) $event -> getCommand ... ) ) ) { $queryShape = $this -> createQueryShape ( (array) $event -> getCommand ()-> filter ); $this -> pend ... t ) { $requestId = $event -> getRequestId (); if ( array_key_exists ( $requestId , $this -> pendingCommands ...
https://man.plustar.jp/php/mongodb.tutorial.apm.html - [similar]
Send all calls 2359
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... ent :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "callback" ); Yar_Concurrent_Clie ... nt :: call ( "http://host/api/" , "some_method" , array( "parameters" )); // if the callback is not specif ... ent :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "callback" , NULL , array( YAR_OP ... ent :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "callback" , NULL , array( YAR_OP ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]