検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 374 for Test (0.026 sec.)
SoapHeader コンストラクタ 3862
« SoapHeader SoapParam » PHP Manual SoapHeader SoapHeader コンストラクタ SoapHeader::__construct ... => "http://localhost/soap.php" , 'uri' => "http://test-uri/" )); $client -> __soapCall ( "echoVoid" , nul ...
https://man.plustar.jp/php/soapheader.construct.html - [similar]
Get Document By Id. Utilizes Solr Realtime Get (RTG) 3862
« SolrClient::__destruct SolrClient::getByIds » PHP Manual SolrClient Get Document By Id. Utiliz ... ptions ); $response = $client -> getById ( 'GB18030TEST' ); print_r ( $response -> getResponse ()); ?> 上の ... ject ( [doc] => SolrObject Object ( [id] => GB18030TEST [name] => Array ( [0] => Test with some GB18030 en ...
https://man.plustar.jp/php/solrclient.getbyid.html - [similar]
実行する SQL 文を準備する 3862
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepa ... ( "INSERT INTO foo (id, bar) VALUES (1, 'This is a test')" ); $stmt = $db -> prepare ( 'SELECT bar FROM fo ...
https://man.plustar.jp/php/sqlite3.prepare.html - [similar]
指定したドキュメントのステータスを取得する 3862
« tidy::getRelease tidy::head » PHP Manual tidy 指定したドキュメントのステータスを取得する tidy: ... ( $html ); $tidy2 = new tidy (); $html2 = '<bogus>test</bogus>' ; $tidy2 -> parseString ( $html2 ); echo ...
https://man.plustar.jp/php/tidy.getstatus.html - [similar]
PHP を使用する初めてのページ 3862
« 必要なものは? 実用的な例 » PHP Manual 簡易チュートリアル PHP を使用する初めてのページ PHP を使 ... PHP スクリプト: hello.php <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World< ... がブラウザに送信されます。 <html> <head> <title>PHP Test</title> </head> <body> Hello World<p> </body> </ht ...
https://man.plustar.jp/php/tutorial.firstpage.html - [similar]
インデックスを使用して、アーカイブ内のエントリを削除する 3862
« ZipArchive::count ZipArchive::deleteName » PHP Manual ZipArchive インデックスを使用して、アーカ ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> deleteIndex ( 2 ); $zi ...
https://man.plustar.jp/php/ziparchive.deleteindex.html - [similar]
ZIP アーカイブのコメントを返す 3862
« ZipArchive::extractTo ZipArchive::getCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコメ ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test_with_comment.zip' ); if ( $res === TRUE ) { var_du ...
https://man.plustar.jp/php/ziparchive.getarchivecomment.html - [similar]
エントリ名を使用して、エントリのコメントを返す 3862
« ZipArchive::getCommentIndex ZipArchive::getExternalAttributesIndex » PHP Manual ZipArchive エン ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test1.zip' ); if ( $res === TRUE ) { var_dump ( $zip -> ... getCommentName ( 'test/entry1.txt' )); } else { echo '失敗、コード:' . $r ...
https://man.plustar.jp/php/ziparchive.getcommentname.html - [similar]
インデックスを使用して、エントリの名前を返す 3862
« ZipArchive::getFromName ZipArchive::getStatusString » PHP Manual ZipArchive インデックスを使用 ... ve::getNameIndex() の例 <?php if ( $zip -> open ( 'test.zip' ) == TRUE ) { for ( $i = 0 ; $i < $zip -> num ...
https://man.plustar.jp/php/ziparchive.getnameindex.html - [similar]
インデックスを使用してエントリのコメントを設定する 3862
« ZipArchive::setArchiveComment ZipArchive::setCommentName » PHP Manual ZipArchive インデックスを ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' ); if ( $res === TRUE ) { $zip -> setCommentI ...
https://man.plustar.jp/php/ziparchive.setcommentindex.html - [similar]