検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 374 for Test (0.020 sec.)
新しい RecursiveRegexIterator を作成する 4169
« RecursiveRegexIterator RecursiveRegexIterator::getChildren » PHP Manual RecursiveRegexIterator ... 例 例1 RecursiveRegexIterator::__construct() の例 'test' で始まるすべての文字列を取り出す新しい RegexItera ... rrayIterator = new RecursiveArrayIterator (array( 'test1' , array( 'tet3' , 'test4' , 'test5' ))); $rRegex ... new RecursiveRegexIterator ( $rArrayIterator , '/^test/' , RecursiveRegexIterator :: ALL_MATCHES ); forea ... たとえば以下のようになります。 No children Children: test4 test5 参考 preg_match() - 正規表現によるマッチング ...
https://man.plustar.jp/php/recursiveregexiterator.construct.html - [similar]
Firebird データベースに接続する 4169
« Firebird (PDO) IBM (PDO) » PHP Manual Firebird (PDO) Firebird データベースに接続する PDO_FIREB ... 例は、方言 1 を使って作られた Firebird データベース test.fdb に対して 接続するための PDO_FIREBIRD DSN を示し ... rebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dialect=1 関連キーワード: PDO , ...
https://man.plustar.jp/php/ref.pdo-firebird.connection.html - [similar]
4169
« 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持 ... e="host[]" value="bagel.indexdata.dk/gils" /> GILS test <input type="checkbox" name="host[]" value="localh ... ost:9999/Default" /> local test <input type="checkbox" checked="checked" name="hos ...
https://man.plustar.jp/php/yaz.examples.html - [similar]
アーカイブの内容を展開する 4169
« ZipArchive::deleteName ZipArchive::getArchiveComment » PHP Manual ZipArchive アーカイブの内容を ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> extractTo ( '/my/desti ... php $zip = new ZipArchive ; $res = $zip -> open ( 'test_im.zip' ); if ( $res === TRUE ) { $zip -> extractT ... '/my/destination/dir/' , array( 'pear_item.gif' , 'testfromfile.php' )); $zip -> close (); echo '成功' ; } ...
https://man.plustar.jp/php/ziparchive.extractto.html - [similar]
指定されたパスのファイルにアーカイブの一部を置き換える 4169
« ZipArchive::renameName ZipArchive::setArchiveComment » PHP Manual ZipArchive 指定されたパスのフ ... e を返します。 例 この例は、ZIP ファイルアーカイブ test.zip をオープンし、インデックス1 のエントリを /path ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { $zip -> replaceFile ( '/path/t ...
https://man.plustar.jp/php/ziparchive.replacefile.html - [similar]
送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 4125
« header headers_sent » PHP Manual ネットワーク 関数 送信した (もしくは送信される予定の) レスポン ... どのクライアントで無視されます */ header ( "Example-Test: foo" ); /* レスポンスがプレーンテキストだと宣言し ... 9) "Set-Cookie: foo=bar" [1]=> string(17) "Example-Test: foo" [2]=> string(39) "Content-Type: text/plain; ...
https://man.plustar.jp/php/function.headers-list.html - [similar]
テーブルに関する統計情報を取得する 4125
« odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得 ... odbc_statistics ( $conn , 'TutorialDB' , 'dbo' , 'TEST' , SQL_INDEX_UNIQUE , SQL_QUICK ); while (( $row = ... => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [NON_UNIQUE] => [INDEX_QUALIFIER] => [INDEX_NAME] ...
https://man.plustar.jp/php/function.odbc-statistics.html - [similar]
副文字列の出現回数を数える 4125
« substr_compare substr_replace » PHP Manual String 関数 副文字列の出現回数を数える substr_count ... 例 例1 substr_count() の例 <?php $text = 'This is a test' ; echo strlen ( $text ); // 14 echo substr_count ... ( $text , 'is' ); // 2 // 文字列は 's is a test' になっているので, 1 が表示される echo substr_coun ...
https://man.plustar.jp/php/function.substr-count.html - [similar]
Basic Gearman client and worker, background 4125
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... $gmclient -> doBackground ( "reverse" , "this is a test" ); if ( $gmclient -> returnCode () != GEARMAN_SUC ... . Received job: H:foo.local:41 Workload: this is a test (14) 1/14 complete 2/14 complete 3/14 complete 4/1 ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
直近のクエリのカラムの数を返す 4125
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... ysqli ( "localhost" , "my_user" , "my_password" , "test" ); $mysqli -> query ( "DROP TABLE IF EXISTS frien ... nnect ( "localhost" , "my_user" , "my_password" , "test" ); mysqli_query ( $link , "DROP TABLE IF EXISTS f ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]