検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 374 for Test (0.026 sec.)
名前を使用してエントリ名を変更する 3906
« ZipArchive::renameIndex ZipArchive::replaceFile » PHP Manual ZipArchive 名前を使用してエントリ ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> renameName ...
https://man.plustar.jp/php/ziparchive.renamename.html - [similar]
サポートベクターマシン 3862
« StompException::getDetails はじめに » PHP Manual その他のサービス サポートベクターマシン サポー ... — SVM オブジェクトを新規構築 SVM::crossvalidate — Test training params on subsets of the training data SV ...
https://man.plustar.jp/php/book.svm.html - [similar]
The GearmanTask class 3862
« GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T ... etermine if task is known GearmanTask::isRunning — Test whether the task is currently running GearmanTask: ...
https://man.plustar.jp/php/class.gearmantask.html - [similar]
Adds a record to a database 3862
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... / open in read-write mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { dbase_add_record ( $db , ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
Gets the header info of a database 3862
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... the introduction section . length The number of bytes this column can hold precision The number of digits ... file <?php // Path to dbase file $db_path = "/tmp/test.dbf" ; // Open dbase file $dbh = dbase_open ( $db_ ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
Gets the number of records in a database 3862
« dbase_numfields dbase_open » PHP Manual dBase 関数 Gets the number of records in a database db ... // open in read-only mode $db = dbase_open ( '/tmp/test.dbf' , 0 ); if ( $db ) { $record_numbers = dbase_n ...
https://man.plustar.jp/php/function.dbase-numrecords.html - [similar]
Opens a database 3862
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... // open in read-only mode $db = dbase_open ( '/tmp/test.dbf' , 0 ); if ( $db ) { // read some data .. dbas ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
画像の大きさを文字列から取得する 3862
« getimagesize image_type_to_extension » PHP Manual GD および Image 関数 画像の大きさを文字列から ... timagesizefromstring() の例 <?php $img = '/path/to/test.png' ; // ファイルとして開く $size_info1 = getimag ...
https://man.plustar.jp/php/function.getimagesizefromstring.html - [similar]
画像形式からファイルの拡張子を取得する 3862
« getimagesizefromstring image_type_to_mime_type » PHP Manual GD および Image 関数 画像形式からフ ... 0 , 100 ); // 画像を保存します imagepng ( $im , './test' . image_type_to_extension ( IMAGETYPE_PNG )); ima ...
https://man.plustar.jp/php/function.image-type-to-extension.html - [similar]
バイナリの IPTC ブロックのタグをパースする 3862
« iptcembed jpeg2wbmp » PHP Manual GD および Image 関数 バイナリの IPTC ブロックのタグをパースす ... と組み合わせる使用法 <?php $size = getimagesize ( './test.jpg' , $info ); if(isset( $info [ 'APP13' ])) { $i ...
https://man.plustar.jp/php/function.iptcparse.html - [similar]