検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 374 for Test (0.649 sec.)
名前を使用してエントリのコメントを設定する 3862
« ZipArchive::setCommentIndex ZipArchive::setCompressionIndex » PHP Manual ZipArchive 名前を使用 ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> setCommentN ...
https://man.plustar.jp/php/ziparchive.setcommentname.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 3862
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ); if ( $res === TRUE ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]
The GearmanWorker class 3818
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... ate a GearmanWorker instance GearmanWorker::echo — Test job server response GearmanWorker::error — Get the ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
内部の XML ツリーをファイルに出力する 3818
« DOMDocument::relaxNGValidateSource DOMDocument::saveHTML » PHP Manual DOMDocument 内部の XML ツ ... d ( $text ); echo 'Wrote: ' . $doc -> save ( "/tmp/test.xml" ) . ' bytes' ; // Wrote: 72 bytes ?> 参考 DOM ...
https://man.plustar.jp/php/domdocument.save.html - [similar]
内部のドキュメントを HTML 形式でファイルに出力する 3818
« DOMDocument::saveHTML DOMDocument::saveXML » PHP Manual DOMDocument 内部のドキュメントを HTML ... t ); echo 'Wrote: ' . $doc -> saveHTMLFile ( "/tmp/test.html" ) . ' bytes' ; // Wrote: 129 bytes ?> 参考 D ...
https://man.plustar.jp/php/domdocument.savehtmlfile.html - [similar]
文字列を uuencode する 3818
« convert_uudecode count_chars » PHP Manual String 関数 文字列を uuencode する convert_uuencode ... 例1 convert_uuencode() の例 <?php $some_string = "test\ntext text\r\n" ; echo convert_uuencode ( $some_st ...
https://man.plustar.jp/php/function.convert-uuencode.html - [similar]
Export the lob object to a file 3818
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... nce the cursor position of the lob object. It operates the entire lob object. パラメータ lob_identifier Lo ... 例 例1 cubrid_lob2_export() example <?php // Table: test_lob (id INT, contents CLOB) $conn = cubrid_connect ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
Creates a database 3818
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... , "L" ) ); // creation if (! dbase_create ( '/tmp/test.dbf' , $def )) { echo "Error, can't create the dat ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Replaces a record in a database 3818
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... / open in read-write mode $db = dbase_open ( '/tmp/test.dbf' , 2 ); if ( $db ) { // gets the old row $row ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
ファイルの取得/送信を継続する(非ブロッキング) 3818
« ftp_mlsd ftp_nb_fget » PHP Manual FTP 関数 ファイルの取得/送信を継続する(非ブロッキング) ftp ... ダウンロードを開始する $ret = ftp_nb_get ( $ftp , "test" , "README" , FTP_BINARY ); while ( $ret == FTP_MO ...
https://man.plustar.jp/php/function.ftp-nb-continue.html - [similar]