検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 374 for Test (0.016 sec.)
画像の長さをバイト数で取得する 3950
« Imagick::getImageIterations Imagick::getImageMatte » PHP Manual Imagick 画像の長さをバイト数で ... バイト数で取得します。 <?php $image = new Imagick ( 'test.jpg' ); echo $image -> getImageLength () . ' bytes ...
https://man.plustar.jp/php/imagick.getimagelength.html - [similar]
FAQ: 名前空間について知っておくべきこと 3950
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... php namespace foo ; $a = new \ stdClass ; function test (\ ArrayObject $parameter_type_example = null ) {} ... 現在の名前空間のクラスを引数の型として使う function test ( MyClass $parameter_type_example = null ) {} // 現 ... クラスを引数の型として使うもうひとつの方法 function test (\ foo \ MyClass $parameter_type_example = null ) ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
下位互換性のない変更点 3950
« 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x へ ... け穴がこのバージョンでは修正されました。 <?php class Test { public static $x = 0 ; } class Test2 extends Tes ... t { } Test2 :: $x = & $x ; $x = 1 ; var_dump ( Test :: $x , T ...
https://man.plustar.jp/php/migration73.incompatible.html - [similar]
dBase 関数 3950
« 定義済み定数 dbase_add_record » PHP Manual dBase dBase 関数 dBase 関数 例 Many examples in thi ... ference require a dBase database. We will use /tmp/test.dbf that will be created in the example of dbase_c ...
https://man.plustar.jp/php/ref.dbase.html - [similar]
Vtiful\Kernel\Excel autoFilter 3950
« Vtiful\Kernel\Excel::addSheet Vtiful\Kernel\Excel::constMemory » PHP Manual Vtiful\Kernel\Exce ... sheet. パラメータ scope Cell start and end coordinate string. 戻り値 Vtiful\Kernel\Excel instance 例 例1 e ... xample <?php $config = [ 'path' => './tests' ]; $fileObject = new \ Vtiful \ Kernel \ Excel ( ... $config ); $file = $excel -> fileName ( 'test.xlsx' ) -> header ([ 'name' , 'age' ]) -> data ( $ ...
https://man.plustar.jp/php/vtiful-kernel-excel.autoFilter.html - [similar]
3906
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テス ... ます。 例1 簡単な bzip2 の例 <?php $filename = "/tmp/testfile.bz2" ; $str = "This is a test string.\n" ; // ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
XML 外部エンティティの例 3906
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... 例で使用される XML ドキュメントは、例題ファイル ( xmltest.xml および xmltest2.xml ) にあります。 例1 外部エン ... ティティの例 <?php $file = "xmltest.xml" ; function trustedFile ( $file ) { // 信頼でき ... した\n" ; xml_parser_free ( $xml_parser ); ?> 例2 xmltest.xml <?xml version='1.0'?> <!DOCTYPE chapter SYSTEM ... "/just/a/test.dtd" [ <!ENTITY plainEntity "FOO entity"> <!ENTITY ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
Packs a database 3906
« dbase_open dbase_replace_record » PHP Manual dBase 関数 Packs a database dbase_pack (PHP 5 < 5 ... / open in read-write mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { $record_numbers = dbase_n ...
https://man.plustar.jp/php/function.dbase-pack.html - [similar]
Returns an copy of a subset of the train data 3906
« fann_shuffle_train_data fann_test_data » PHP Manual Fann 関数 Returns an copy of a subset of t ...
https://man.plustar.jp/php/function.fann-subset-train-data.html - [similar]
コマンドライン引数のリストからオプションを取得する 3906
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... ( $pos_args ); shell> php example.php -a 1 -b 2 -- test 上の例の出力は以下となります。 array(1) { [0]=> st ... ring(4) "test" } 参考 $argv 関連キーワード: パラメータ , 取得 , ...
https://man.plustar.jp/php/function.getopt.html - [similar]