検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 418 for Foo (0.113 sec.)
現在の DirectoryIterator アイテムがシンボリックリンクであるかどうかを調べる 3556
« DirectoryIterator::isFile DirectoryIterator::isReadable » PHP Manual DirectoryIterator 現在の ... tPathName ()); } } rmdir ( $path ); } removeDir ( 'foo' ); ?> 参考 DirectoryIterator::getType() - 現在の ...
https://man.plustar.jp/php/directoryiterator.islink.html - [similar]
PHP ファイルの実行 3556
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの ... することができます。 $ chmod +x test $ ./test -h -- foo array(4) { [0]=> string(6) "./test" [1]=> string(2 ... ) "-h" [2]=> string(2) "--" [3]=> string(3) "foo" } 見て分かるように、 - で始まるスクリプトのパラメ ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
バイナリ対応の bzip2 ファイル読み込み 3556
« bzopen bzwrite » PHP Manual Bzip2 関数 バイナリ対応の bzip2 ファイル読み込み bzread (PHP 4 >= ... 返します。 例 例1 bzread() の例 <?php $file = "/tmp/foo.bz2" ; $bz = bzopen ( $file , "r" ) or die( "Could ...
https://man.plustar.jp/php/function.bzread.html - [similar]
ファイルの所有者を変更する 3556
« chmod clearstatcache » PHP Manual ファイルシステム 関数 ファイルの所有者を変更する chown (PHP ... hp // 使用するファイル名とユーザー名 $file_name = "foo.php" ; $path = "/home/sites/php.net/public_html/sa ...
https://man.plustar.jp/php/function.chown.html - [similar]
blob を生成し、ファイルをコピーし、閉じる 3556
« ibase_blob_get ibase_blob_info » PHP Manual Firebird/InterBase 関数 blob を生成し、ファイルをコ ... ポートに失敗しました } else { $query = "INSERT INTO foo (name, data) VALUES (' $filename ', ?)" ; $prepare ...
https://man.plustar.jp/php/function.ibase-blob-import.html - [similar]
準備されたクエリを実行する 3556
« ibase_errmsg ibase_fetch_assoc » PHP Manual Firebird/InterBase 関数 準備されたクエリを実行する ... 'Larry' ); $query = ibase_prepare ( $dbh , "UPDATE FOO SET BAR = ? WHERE BAZ = ?" ); foreach ( $updates a ...
https://man.plustar.jp/php/function.ibase-execute.html - [similar]
現在のメールボックスをチェックする 3556
« imap_bodystruct imap_clearflag_full » PHP Manual IMAP 関数 現在のメールボックスをチェックする ... ox"]=> string(54) "{www.example.com:143/imap/user="foo@example.com"}INBOX" ["Nmsgs"]=> int(1) ["Recent"]= ...
https://man.plustar.jp/php/function.imap-check.html - [similar]
Returns the PHP representation of a BSON value 3556
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... の出力は以下となります。 object(stdClass)#1 (1) { ["foo"]=> int(1) } 参考 MongoDB\BSON\fromPHP() - Returns ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
PostgreSQL バックエンドと同期する 3556
« pg_delete pg_escape_bytea » PHP Manual PostgreSQL 関数 PostgreSQL バックエンドと同期する pg_en ... nd_copy() の例 <?php $conn = pg_pconnect ( "dbname=foo" ); pg_query ( $conn , "create table bar (a int4, ...
https://man.plustar.jp/php/function.pg-end-copy.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 3556
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... 義します。 echo "vector a\n" ; $a = array( 2 , 3 , "foo" , 5.5 , 43.3 , 21.11 ); print_r ( $a ); // 二番目 ... なります。 vector a Array ( [0] => 2 [1] => 3 [2] => foo [3] => 5.5 [4] => 43.3 [5] => 21.11 ) ---- vector ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]