検索

phrase: max: clip:
target: order:
Results of 321 - 330 of about 374 for Test (0.020 sec.)
Get Documents by their Ids. Utilizes Solr Realtime Get (RTG) 3774
« SolrClient::getById SolrClient::getDebug » PHP Manual SolrClient Get Documents by their Ids. U ... ions ); $response = $client -> getByIds ([ 'GB18030TEST' , '6H500F0' ]); print_r ( $response -> getRespons ... Array ( [0] => SolrObject Object ( [id] => GB18030TEST [name] => Array ( [0] => Test with some GB18030 en ...
https://man.plustar.jp/php/solrclient.getbyids.html - [similar]
SQL のスカラー関数として使用する PHP 関数を登録する 3774
« SQLite3::createCollation SQLite3::enableExceptions » PHP Manual SQLite3 SQL のスカラー関数とし ... ar_dump ( $db -> querySingle ( 'SELECT my_udf_md5("test")' )); ?> 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/sqlite3.createfunction.html - [similar]
SQLite データベースをオープンする 3774
« SQLite3::loadExtension SQLite3::openBlob » PHP Manual SQLite3 SQLite データベースをオープンする ... > exec ( "INSERT INTO foo (bar) VALUES ('This is a test')" ); $result = $db -> query ( 'SELECT bar FROM fo ...
https://man.plustar.jp/php/sqlite3.open.html - [similar]
The SVM class 3730
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... — SVM オブジェクトを新規構築 SVM::crossvalidate — Test training params on subsets of the training data SV ...
https://man.plustar.jp/php/class.svm.html - [similar]
文字列から HTML を読み込む 3730
« DOMDocument::load DOMDocument::loadHTMLFile » PHP Manual DOMDocument 文字列から HTML を読み込む ... ew DOMDocument (); $doc -> loadHTML ( "<html><body>Test<br></body></html>" ); echo $doc -> saveHTML (); ?> ...
https://man.plustar.jp/php/domdocument.loadhtml.html - [similar]
APCu のデータから、キャッシュされた情報を取得する 3730
« apcu_add apcu_cas » PHP Manual APCu 関数 APCu のデータから、キャッシュされた情報を取得する apc ... Array ( [0] => Array ( [filename] => /path/to/apcu_test.php [device] => 29954 [inode] => 1130511 [type] => ...
https://man.plustar.jp/php/function.apcu-cache-info.html - [similar]
assertion が false であるかどうかを調べる 3730
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... 上の例の出力は以下となります。 Assertion failed at test.php:21: 2 < 1 Assertion failed at test.php:22: 2 < ...
https://man.plustar.jp/php/function.assert.html - [similar]
PNG イメージをブラウザまたはファイルに出力する 3730
« imagepalettetotruecolor imagepolygon » PHP Manual GD および Image 関数 PNG イメージをブラウザま ... れていました。 例 <?php $im = imagecreatefrompng ( "test.png" ); header ( 'Content-Type: image/png' ); imag ...
https://man.plustar.jp/php/function.imagepng.html - [similar]
指定された角度で画像を回転する 3730
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... に回転します <?php // ファイルと回転角 $filename = 'test.jpg' ; $degrees = 180 ; // コンテントタイプ header ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 3730
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... / IPTC タグを設定します $iptc = array( '2#120' => 'Test image' , '2#116' => 'Copyright 2008-2009, The PHP ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]