検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 418 for Foo (0.038 sec.)
Returns the Binary's type 3675
« MongoDB\BSON\Binary::getData MongoDB\BSON\Binary::jsonSerialize » PHP Manual MongoDB\BSON\Bina ... ple <?php $binary = new MongoDB \ BSON \ Binary ( 'foo' , MongoDB \ BSON \ Binary :: TYPE_GENERIC ); var_ ...
https://man.plustar.jp/php/mongodb-bson-binary.gettype.html - [similar]
Returns the BSON representation of a PHP value 3641
« MongoDB\BSON\fromJSON MongoDB\BSON\toCanonicalExtendedJSON » PHP Manual 関数 Returns the BSON ... example <?php $bson = MongoDB \ BSON \ fromPHP ([ 'foo' => 1 ]); echo bin2hex ( $bson ), "\n" ; ?> 上の例 ...
https://man.plustar.jp/php/function.mongodb.bson-fromphp.html - [similar]
環境変数の値を設定する 3641
« phpversion restore_include_path » PHP Manual PHP オプション/情報 関数 環境変数の値を設定する p ... 変数は元の状態に戻されます。 パラメータ assignment "FOO=BAR" 形式の設定。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/function.putenv.html - [similar]
クッキーを送信する 3641
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PH ... と、クッキーは domain 配下の全てで有効となります。 '/foo/' をセットすると、クッキーは /foo/ ディレクトリとそ ... のサブディレクトリ配下 (例えば /foo/bar/ ) で有効となります。 デフォルト値は、クッキー ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
Export the contents of a SVN directory 3641
« svn_diff svn_fs_abort_txn » PHP Manual SVN 関数 Export the contents of a SVN directory svn_exp ... dir = '../' ; $new_working_dir = '/home/user/devel/foo/trunk' ; svn_export ( $working_dir , $new_working_ ...
https://man.plustar.jp/php/function.svn-export.html - [similar]
比較演算子 3641
« ビット演算子 エラー制御演算子 » PHP Manual 演算子 比較演算子 比較演算子 比較演算子は、その名前 ... 識しておくことが重要です。 参照返しの関数で return $foo ?? $bar; のように書いてもうまく動かずに、 警告が発 ... こともできます。 例7 Null 合体演算子のネスト <?php $foo = null ; $bar = null ; $baz = 1 ; $qux = 2 ; echo ... $foo ?? $bar ?? $baz ?? $qux ; // 出力は 1 です ?> 関連 ...
https://man.plustar.jp/php/language.operators.comparison.html - [similar]
直近の操作の結果コードを返す 3641
« Memcached::getOption Memcached::getResultMessage » PHP Manual Memcached 直近の操作の結果コード ... -> addServer ( 'localhost' , 11211 ); $m -> add ( 'foo' , 'bar' ); if ( $m -> getResultCode () == Memcach ...
https://man.plustar.jp/php/memcached.getresultcode.html - [similar]
Execute a database command 3641
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... BulkWrite ; $bulk -> insert ([ 'x' => 1 , 'y' => 'foo' ]); $bulk -> insert ([ 'x' => 2 , 'y' => 'bar' ]) ... 0) } object(stdClass)#7 (2) { ["_id"]=> string(3) "foo" ["sum"]=> int(2) } 例3 Limiting execution time fo ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
エスケープシーケンス 3641
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープ ... チの開始位置をリセットできます。 たとえば、パターン foo\Kbar は "foobar" にマッチしますが、 結果は "bar" に ... 分文字列には影響を及ぼしません。 たとえば、パターン (foo)\Kbar が "foobar" にマッチしたときの最初の部分文字 ... 列は "foo" です。 関連キーワード: 文字 , マッチ , パターン , ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
サーバー情報および実行時の環境情報 3641
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= ... ルートから取得されます。 例えば、 http://example.com/foo/bar.php というアドレス上にあるスクリプトでは $_SER ... VER['PHP_SELF'] は /foo/bar.php となります。 __FILE__ 定数 には、カレント( ... ttp://www.example.com/php/path_info.php/some/stuff?foo=bar という URL でアクセスしていた場合の $_SERVER[' ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]