検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 374 for Test (0.017 sec.)
指定した名前の定数が存在するかどうかを調べる 5170
« define die » PHP Manual その他の関数 指定した名前の定数が存在するかどうかを調べる defined (PHP ... 意してください。これは重要です。この例では * 文字列 'TEST' が、定数 TEST の名前かどうかを調べています。*/ if ... ( defined ( 'TEST' )) { echo TEST ; } ?> 参考 define() - 名前を指定し ...
https://man.plustar.jp/php/function.defined.html - [similar]
Reads the mean square error from the network 5170
« fann_get_learning_rate fann_get_network_type » PHP Manual Fann 関数 Reads the mean square erro ... twork. This value is calculated during training or testing and can therefore sometimes be a bit off if the ... he mean square error, or false on error. 参考 fann_test_data() - Test a set of training data and calculate ... 関連キーワード: Reads , from , fann , the , off , Test , data , 参考 , リソース , パラメータ ...
https://man.plustar.jp/php/function.fann-get-mse.html - [similar]
finalキーワード 5126
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード ... メソッドの例 <?php class BaseClass { public function test () { echo "BaseClass::test() called\n" ; } final p ... ublic function moreTesting () { echo "BaseClass::moreTesting() called\n" ; ... ChildClass extends BaseClass { public function moreTesting () { echo "ChildClass::moreTesting() called\n" ... error: Cannot override final method BaseClass::moreTesting() ?> 例2 finalクラスの例 <?php final class Base ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
名前で定義されたエントリの外部属性を設定する 5126
« ZipArchive::setExternalAttributesIndex ZipArchive::setMtimeIndex » PHP Manual ZipArchive 名前で ... se を返します。 例 この例は、ZIPファイルアーカイブ test.zip を開き、 ファイル test.txt を 外部属性として U ... p = new ZipArchive (); $stat = stat ( $filename = 'test.txt' ); if ( is_array ( $stat ) && $zip -> open ( ... 'test.zip' , ZipArchive :: CREATE ) === TRUE ) { $zip -> ...
https://man.plustar.jp/php/ziparchive.setexternalattributesname.html - [similar]
文字列フィルタ 5082
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... $fp , 'string.rot13' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: Guvf vf n grfg. */ ?> string.toupp ... fp , 'string.toupper' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: THIS IS A TEST. */ ?> string.tolow ... fp , 'string.tolower' ); fwrite ( $fp , "This is a test.\n" ); /* 出力: this is a test. */ ?> string.strip ...
https://man.plustar.jp/php/filters.string.html - [similar]
Escape special characters in a string for use in an SQL statement 5082
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... r ); @ cubrid_execute ( $conn , "DROP TABLE cubrid_test" ); cubrid_execute ( $conn , "CREATE TABLE cubrid_ ... )" ); cubrid_execute ( $conn , "INSERT INTO cubrid_test (t) VALUES(' $escaped_str ')" ); $req = cubrid_exe ... cute ( $conn , "SELECT * FROM cubrid_test" ); $row = cubrid_fetch_assoc ( $req ); var_dump ( ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
The MongoDB\Driver\Cursor class 4994
« MongoDB\Driver\ReadConcern::unserialize MongoDB\Driver\Cursor::__construct » PHP Manual MongoD ... はじめに The MongoDB\Driver\Cursor class encapsulates the results of a MongoDB command or query and may b ... ance' => 2.362 ]); $manager -> executeBulkWrite ( "test.asteroids" , $bulkWrite ); /* Query for all the it ... [] ); /* Query the "asteroids" collection of the "test" database */ $cursor = $manager -> executeQuery ( ... "test.asteroids" , $query ); /* $cursor now contains an ...
https://man.plustar.jp/php/class.mongodb-driver-cursor.html - [similar]
CURLFile オブジェクトを作る 4994
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... file = new CURLFile ( 'cats.jpg' , 'image/jpeg' , 'test_name' ); // POST データを設定します $data = array( ... 'test_file' => $cfile ); curl_setopt ( $ch , CURLOPT_POS ... = curl_file_create ( 'cats.jpg' , 'image/jpeg' , 'test_name' ); // POST データを設定します $data = array( ... 'test_file' => $cfile ); curl_setopt ( $ch , CURLOPT_POS ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
スタックトレースを文字列として取得する 4994
« Error::getTrace Error::__toString » PHP Manual Error スタックトレースを文字列として取得する Er ... 例1 Error::getTraceAsString() の例 <?php function test () { throw new Error ; } try { test (); } catch( E ... 以下のようになります。 #0 /home/bjori/tmp/ex.php(7): test() #1 {main} 参考 Throwable::getTraceAsString() - ス ...
https://man.plustar.jp/php/error.gettraceasstring.html - [similar]
スタックトレースを文字列で取得する 4994
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... Exception::getTraceAsString() の例 <?php function test () { throw new Exception ; } try { test (); } catc ... 以下のようになります。 #0 /home/bjori/tmp/ex.php(7): test() #1 {main} 参考 Throwable::getTraceAsString() - ス ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT