検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 374 for Test (0.036 sec.)
オープンされたモードがブロック出力を行うかどうかを調べる 3862
« mcrypt_enc_is_block_algorithm mcrypt_enc_self_test » PHP Manual Mcrypt 関数 オープンされたモー ...
https://man.plustar.jp/php/function.mcrypt-enc-is-block-mode.html - [similar]
ファイルの MIME Content-type を検出する 3862
« finfo_set_flags finfo » PHP Manual Fileinfo 関数 ファイルの MIME Content-type を検出する mime_ ... e ( 'php.gif' ) . "\n" ; echo mime_content_type ( 'test.php' ); ?> 上の例の出力は以下となります。 image/gi ...
https://man.plustar.jp/php/function.mime-content-type.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 3862
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープす ... scape_string(): No such file or directory in /this/test/script.php on line 5 Warning: mysql_real_escape_st ... nk to the server could not be established in /this/test/script.php on line 5 bool(false) string(41) "SELEC ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
指定したドキュメントについて発生した Tidy 設定エラーの数を返す 3862
« tidy_access_count tidy_error_count » PHP Manual Tidy 関数 指定したドキュメントについて発生した ... 例 例1 tidy_config_count() の例 <?php $html = '<p>test</I>' ; $config = array( 'doctype' => 'bogus' ); $t ...
https://man.plustar.jp/php/function.tidy-config-count.html - [similar]
指定したドキュメントについて発生した Tidy 警告の数を返す 3862
« tidy_get_output Tokenizer » PHP Manual Tidy 関数 指定したドキュメントについて発生した Tidy 警告 ... 例 例1 tidy_warning_count() の例 <?php $html = '<p>test</i> <bogustag>bogus</bogustag>' ; $tidy = tidy_par ...
https://man.plustar.jp/php/function.tidy-warning-count.html - [similar]
基本的な事 3862
« 変数 定義済みの変数 » PHP Manual 変数 基本的な事 基本的な事 PHP の変数はドル記号の後に変数名が ... 無効です。名前のない式を参照しています。 function test () { return 25 ; } $bar = & test (); // 無効。 ?> ...
https://man.plustar.jp/php/language.variables.basics.html - [similar]
下位互換性のない変更点 3862
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更 ... なりません。 <?php // 以下のようなコードは function test ( int $arg = CONST_RESOLVING_TO_NULL ) {} // このよ ... うに置き換えるか function test (? int $arg = CONST_RESOLVING_TO_NULL ) {} // こう ... 書きましょう function test ( int $arg = null ) {} ?> たくさんの警告が Error 例 ... 的に無効にすることはなくなりました。 Windows の PHP Test Packs テストランナーの名前が、 run-test.php から r ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
Commits a transaction 3862
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... untimeException::hasErrorLabel() should be used to test for this situation instead. Throws MongoDB\Driver\ ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
カラムの数を取得する 3862
« RowResult::fetchOne RowResult::getColumnNames » PHP Manual mysql_xdevapi\RowResult カラムの数を ... -> execute (); $session -> sql ( "CREATE TABLE foo.test_table(x int)" )-> execute (); $session -> sql ( "I ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumncount.html - [similar]
現在のエントリのイテレータが取得可能かどうかを返す 3862
« RecursiveRegexIterator::getChildren RecursiveTreeIterator » PHP Manual RecursiveRegexIterator ... rrayIterator = new RecursiveArrayIterator (array( 'test1' , array( 'tet3' , 'test4' , 'test5' ))); $rRegex ... new RecursiveRegexIterator ( $rArrayIterator , '/^test/' , RecursiveRegexIterator :: ALL_MATCHES ); forea ...
https://man.plustar.jp/php/recursiveregexiterator.haschildren.html - [similar]