検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 374 for Test (0.024 sec.)
指定されたテキストを復号し、検証する 4301
« gnupg_decrypt gnupg_deletekey » PHP Manual GnuPG 関数 指定されたテキストを復号し、検証する gnu ... es , "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); $info = gnupg_decryptverify ( $res , $text , $ ... ey ( "8660281B6051D071D94B5B230549F9DC851566DC" , "test" ); $info = $gpg -> decryptverify ( $text , $plain ...
https://man.plustar.jp/php/function.gnupg-decryptverify.html - [similar]
JPEG画像をWBMP画像に変換する 4301
« iptcparse png2wbmp » PHP Manual GD および Image 関数 JPEG画像をWBMP画像に変換する jpeg2wbmp (P ... ) の例 <?php // Path to the target jpeg $path = './test.jpg' ; // Get the image sizes $image = getimagesiz ... ( $path ); // Convert image jpeg2wbmp ( $path , './test.wbmp' , $image [ 1 ], $image [ 0 ], 5 ); ?> 参考 p ...
https://man.plustar.jp/php/function.jpeg2wbmp.html - [similar]
PNG画像をWBMP画像に変換する 4301
« jpeg2wbmp GdImage » PHP Manual GD および Image 関数 PNG画像をWBMP画像に変換する png2wbmp (PHP ... () の例 <?php // Path to the target png $path = './test.png' ; // Get the image sizes $image = getimagesiz ... ( $path ); // Convert image png2wbmp ( $path , './test.wbmp' , $image [ 1 ], $image [ 0 ], 7 ); ?> 参考 j ...
https://man.plustar.jp/php/function.png2wbmp.html - [similar]
直近の操作から発生した警告の数を取得する 4301
« BaseResult::getWarnings mysql_xdevapi\Client » PHP Manual mysql_xdevapi\BaseResult 直近の操作か ... -> execute (); $session -> sql ( "CREATE TABLE foo.test_table(x int)" )-> execute (); $schema = $session - ... tSchema ( "foo" ); $table = $schema -> getTable ( "test_table" ); $table -> insert ([ 'x' ])-> values ([ 1 ...
https://man.plustar.jp/php/mysql-xdevapi-baseresult.getwarningscount.html - [similar]
パースされたマークアップに設定に基く誤りの修正を行う 4301
« tidy::body tidy::__construct » PHP Manual tidy パースされたマークアップに設定に基く誤りの修正を ... 例 例1 tidy::cleanrepair() の例 <?php $html = '<p>test</I>' ; $tidy = tidy_parse_string ( $html ); $tidy ... "> <html> <head> <title></title> </head> <body> <p>test</p> </body> </html> 参考 tidy::repairFile() - ファ ...
https://man.plustar.jp/php/tidy.cleanrepair.html - [similar]
Tidy パースツリーの <head> タグから始まる tidyNode オブジェクトを返す 4301
« tidy::getStatus tidy::html » PHP Manual tidy Tidy パースツリーの <head> タグから始まる tidyNod ... ::head() の例 <?php $html = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </ ... ; ?> 上の例の出力は以下となります。 <head> <title>test</title> </head> 参考 tidy::body() - Tidy パースツリ ...
https://man.plustar.jp/php/tidy.head.html - [similar]
リクエストをルーティングする 4301
« Yaf_Route_Static::match Yaf_Route_Supervar » PHP Manual Yaf_Route_Static リクエストをルーティン ... (index) Request: http://yourdomain.com/a/b/foo/bar/test/a/id/4 => module = default(index), controller = a, ... action = b, request parameters: foo = bar, test = a, id = 4 参考 Yaf_Route_Supervar::route() - The ...
https://man.plustar.jp/php/yaf-route-static.route.html - [similar]
XOR training 4257
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... w to read and run data for XOR function 例3 Simple test <?php $train_file = ( dirname ( __FILE__ ) . "/xor ... lc_out = fann_run ( $ann , $input ); printf ( "xor test (%f,%f) -> %f\n" , $input [ 0 ], $input [ 1 ], $ca ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
データをファイルに同期する(但しメタデータは除く) 4257
« fclose feof » PHP Manual ファイルシステム 関数 データをファイルに同期する(但しメタデータは除く ... を返します。 例 例1 fdatasync() の例 <?php $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $ ... stream , 'test data' ); fwrite ( $stream , "\r\n" ); fwrite ( $st ...
https://man.plustar.jp/php/function.fdatasync.html - [similar]
FDF ドキュメントをオープンする 4257
« fdf_open_string fdf_remove_item » PHP Manual FDF 関数 FDF ドキュメントをオープンする fdf_open ... タをテンポラリファイルに保存します $fdffp = fopen ( "test.fdf" , "w" ); fwrite ( $fdffp , $HTTP_FDF_DATA , s ... をオープンし、データを評価します $fdf = fdf_open ( "test.fdf" ); /* ... */ fdf_close ( $fdf ); ?> 参考 fdf_ ...
https://man.plustar.jp/php/function.fdf-open.html - [similar]