検索

phrase: max: clip:
target: order:
Results of 841 - 850 of about 2443 for Array (0.132 sec.)
Creates a new instance 2193
« Ds\Vector::clear Ds\Vector::contains » PHP Manual Vector Creates a new instance Ds\Vector::__c ... instance, using either a traversable object or an array for the initial values . パラメータ values A trave ... rsable object or an array to use for the initial values. 例 例1 Ds\Vector::_ ... Ds , a , values , construct , int , traversable , array ...
https://man.plustar.jp/php/ds-vector.construct.html - [similar]
HTTP リクエストに対するレスポンス内で サーバーによって送出された全てのヘッダを取... 2193
« base64_encode get_meta_tags » PHP Manual URL 関数 HTTP リクエストに対するレスポンス内で サーバ ... ssociative = false , ? resource $context = null ): array | false get_headers() は、HTTP リクエストに対するレ ... ?> 上の例の出力は、 たとえば以下のようになります。 Array ( [0] => HTTP/1.1 200 OK [1] => Date: Sat, 29 May ... Connection: close [8] => Content-Type: text/html ) Array ( [0] => HTTP/1.1 200 OK [Date] => Sat, 29 May 200 ... ンテキストを使います。 stream_context_set_default ( array( 'http' => array( 'method' => 'HEAD' ) ) ); $heade ...
https://man.plustar.jp/php/function.get-headers.html - [similar]
指定した色+アルファ値に最も近い色のインデックスを取得する 2193
« imagecolorclosest imagecolorclosesthwb » PHP Manual GD および Image 関数 指定した色+アルファ値 ... $im , false , 255 ); // 探したい色 (RGB) $colors = array( array( 254 , 145 , 154 , 50 ), array( 153 , 145 , ... 188 , 127 ), array( 153 , 90 , 145 , 0 ), array( 255 , 137 , 92 , 84 ...
https://man.plustar.jp/php/function.imagecolorclosestalpha.html - [similar]
色を返す 2193
« ImagickPixel::destroy ImagickPixel::getColorAsString » PHP Manual ImagickPixel 色を返す Imagic ... ic ImagickPixel::getColor ( int $normalized = 0 ): array ImagickPixel オブジェクトの色を、配列で返します。透 ... ?> 上の例の出力は以下となります。 Standard values Array ( [r] => 165 [g] => 42 [b] => 42 [a] => 0 ) Normal ... ized values: Array ( [r] => 0.64705882352941 [g] => 0.16470588235294 ... normalized , getColor , 配列 , imagick , values , Array , RGBA ...
https://man.plustar.jp/php/imagickpixel.getcolor.html - [similar]
はじめに 2193
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Cont ... all configurations as interned string or immutable array, which means they are not refcounted-able, thus wh ... example ;simple key val key=val ;hash hash.a=val ;array arr.0=val ;or arr[]=val ;use PHP constants version ... onfigurations , sections , files , use , example , array ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
下位互換性のない変更点 2193
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... each() 関数は削除されました。 代わりに foreach や ArrayIterator を使うべきです。 Closure::fromCallable() や ... 除する機能も削除されています。 オブジェクトに対して array_key_exists() 関数を使える機能は削除されました。 is ... et() または property_exists() を代わりに使えます。 array_key_exists() 関数の引数 key の型に関する振る舞いが ... のサポートが削除されました。 <?php // 以下ではなく: $array { 0 }; $array { "key" }; // このように書いて下さい ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
結果セットから次の行を取得する 2193
« PDOStatement::execute PDOStatement::fetchAll » PHP Manual PDOStatement 結果セットから次の行を取 ... O::FETCH_ASSOC: " ); print( "Return next row as an array indexed by column name\n" ); $result = $sth -> fet ... DO::FETCH_BOTH: " ); print( "Return next row as an array indexed by both column name and number\n" ); $resu ... となります。 PDO::FETCH_ASSOC: Return next row as an array indexed by column name Array ( [name] => apple [co ... r] => red ) PDO::FETCH_BOTH: Return next row as an array indexed by both column name and number Array ( [na ...
https://man.plustar.jp/php/pdostatement.fetch.html - [similar]
phar アーカイブのメタデータを返す 2193
« Phar::getAlias Phar::getModified » PHP Manual Phar phar アーカイブのメタデータを返す Phar::get ... ブのメタデータを返す 説明 public Phar::getMetadata ( array $unserializeOptions = [] ): mixed アーカイブのメタ ... hp' ] = '<?php echo "hello";' ; $p -> setMetadata (array( 'bootstrap' => 'file.php' )); var_dump ( $p -> ge ... ません:' , $e ; } ?> 上の例の出力は以下となります。 array(1) { ["bootstrap"]=> string(8) "file.php" } 参考 P ... , 任意 , 保存 , パラメータ , unserializeOptions , array ...
https://man.plustar.jp/php/phar.getmetadata.html - [similar]
Phar アーカイブの使用法: phar ストリームラッパー 2193
« Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: Phar クラスおよび PharData クラス » PHP ... で可能です。 <?php $context = stream_context_create (array( 'phar' => array( 'compress' => Phar :: GZ )), arr ... ay( 'metadata' => array( 'user' => 'cellog' ))); file_put_contents ( 'phar ...
https://man.plustar.jp/php/phar.using.stream.html - [similar]
例外のスローのオン/オフを切り替える 2193
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフ ... _Dispatcher::throwexception() の例 <?php $config = array( 'application' => array( 'directory' => dirname ( ... _Dispatcher::throwexception() の例 <?php $config = array( 'application' => array( 'directory' => dirname ( ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]