検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 374 for Test (0.023 sec.)
データをファイルに同期する(メタデータも含む) 4257
« fstat ftell » PHP Manual ファイルシステム 関数 データをファイルに同期する(メタデータも含む) fs ... se を返します。 例 例1 fsync() の例 <?php $file = 'test.txt' ; $stream = fopen ( $file , 'w' ); fwrite ( $ ... stream , 'test data' ); fwrite ( $stream , "\r\n" ); fwrite ( $st ...
https://man.plustar.jp/php/function.fsync.html - [similar]
ファイルを削除する 4257
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP ... 例1 基本的な unlink() の使用法 <?php $fh = fopen ( 'test.html' , 'a' ); fwrite ( $fh , '<h1>Hello world!</h ... 1>' ); fclose ( $fh ); unlink ( 'test.html' ); ?> 参考 rmdir() - ディレクトリを削除する ...
https://man.plustar.jp/php/function.unlink.html - [similar]
画像の色を置き換える 4257
« Imagick::clone Imagick::coalesceImages » PHP Manual Imagick 画像の色を置き換える Imagick::clut ... をもとに置き換えます。 <?php $image = new Imagick ( 'test.jpg' ); $clut = new Imagick (); $clut -> newImage ... ge -> clutImage ( $clut ); $image -> writeImage ( 'test_out.jpg' ); ?> 参考 Imagick::adaptiveBlurImage() - ...
https://man.plustar.jp/php/imagick.clutimage.html - [similar]
画像の繰り返し部分を削除して最適化する 4257
« Imagick::opaquePaintImage Imagick::orderedPosterizeImage » PHP Manual Imagick 画像の繰り返し部 ... k オブジェクトを作成します */ $im = new Imagick ( "test.gif" ); /* 画像のレイヤを最適化します */ $im -> op ... (); /* 画像を書き戻します */ $im -> writeImages ( "test_optimized.gif" , true ); ?> 参考 Imagick::compareI ...
https://man.plustar.jp/php/imagick.optimizeimagelayers.html - [similar]
直近の操作の警告を取得する 4257
« mysql_xdevapi\BaseResult BaseResult::getWarningsCount » 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.getwarnings.html - [similar]
直近の操作から発生した警告を取得する 4257
« Result::getGeneratedIds Result::getWarningsCount » PHP Manual mysql_xdevapi\Result 直近の操作か ... -> 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-result.getwarnings.html - [similar]
直近の操作から生じた警告を取得する 4257
« RowResult::getColumns RowResult::getWarningsCount » PHP Manual mysql_xdevapi\RowResult 直近の操 ... -> 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-rowresult.getwarnings.html - [similar]
Fann 関数 4257
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... ural network fann_create_train_from_callback — Creates the training data struct from a user supplied funct ... tion_epochs — Returns the number of cascade candidate stagnation epochs fann_get_cascade_max_cand_epochs — ... gnation_epochs — Sets the number of cascade candidate stagnation epochs fann_set_cascade_max_cand_epochs — ... Returns an copy of a subset of the train data fann_test_data — Test a set of training data and calculates ...
https://man.plustar.jp/php/ref.fann.html - [similar]
以降のコール用の SOAP ヘッダを設定する 4257
« SoapClient::__setLocation SoapClient::__soapCall » PHP Manual SoapClient 以降のコール用の SOAP ... => "http://localhost/soap.php" , 'uri' => "http://test-uri/" )); $header = new SoapHeader ( 'http://soapi ... => "http://localhost/soap.php" , 'uri' => "http://test-uri/" )); $headers = array(); $headers [] = new So ...
https://man.plustar.jp/php/soapclient.setsoapheaders.html - [similar]
Tidy パースツリーの <html> タグから始まる tidyNode オブジェクトを返す 4257
« tidy::head tidy::isXhtml » PHP Manual tidy Tidy パースツリーの <html> タグから始まる tidyNode ... ::html() の例 <?php $html = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </ ... 上の例の出力は以下となります。 <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </ ...
https://man.plustar.jp/php/tidy.html.html - [similar]