検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 2833 for 出力 (0.029 sec.)
配列に値があるかチェックする 2482
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, ... 大文字小文字を区別するからです。したがって次のような出力になります。 Got Irix 例2 strict を指定した in_array ... ho "1.13 found with strict check\n" ; } ?> 上の例の出力は以下となります。 1.13 found with strict check 例3 ... o' , $a )) { echo "'o' was found\n" ; } ?> 上の例の出力は以下となります。 'ph' was found 'o' was found 参考 ... 配列 , array , チェック , strict , 値 , haystack , 出力 , 大文字 , キー , 区別 ...
https://man.plustar.jp/php/function.in-array.html - [similar]
ハッシュ値を計算する 2482
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... chash_init() から返されたハッシュステート。 length 出力の長さ 戻り値 ハッシュ値を返します。 例 例1 sodium_c ... _dump ( sodium_bin2hex ( $allAtOnce )); ?> 上の例の出力は、 たとえば以下のようになります。 string(64) "a293 ... hash , final , string , init , length , ハッシュ , 出力 ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
YAML 形式にした値を返す 2482
« yaml_emit_file yaml_parse_file » PHP Manual Yaml 関数 YAML 形式にした値を返す yaml_emit (PECL ... ータ。リソース型以外の任意の型が使えます。 encoding 出力時の文字エンコーディング。 YAML_ANY_ENCODING 、 YAML ... NG 、 YAML_UTF16BE_ENCODING のいずれか。 linebreak 出力時の改行形式。 YAML_ANY_BREAK 、 YAML_CR_BREAK 、 YA ... ); var_dump ( yaml_emit ( $invoice )); ?> 上の例の出力は、 たとえば以下のようになります。 string(628) "--- ... ーワード: 形式 , した値 , emit , data , callbacks , 出力 , file , given , Suite , quantity ...
https://man.plustar.jp/php/function.yaml-emit.html - [similar]
はじめに 2482
« エラー処理 インストール/設定 » PHP Manual エラー処理 はじめに はじめに 以下の関数は、エラー処理 ... とが可能になります。これにより、ニーズに 即したエラー出力の変更と拡張が可能になります。 ログ記録関数により他の ... も重要な部分をモニタすることが可能になります。 エラー出力関数により、エラーのフィードバックのレベルと種類、 簡 ... 関連キーワード: エラー , 関数 , ログ , 処理 , 記録 , 出力 , カスタマイズ , 規則 , 送信 , 通知 ...
https://man.plustar.jp/php/intro.errorfunc.html - [similar]
変数のスコープ 2482
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... コープ変数の参照 */ } test (); ?> このスクリプトは、出力を全く行いません。これは、echo 命令がローカ ル版の $ ... $b ; } Sum (); echo $b ; ?> 上のスクリプトは、 3 を出力します。関数の内部で $a 、 $b をグローバル宣言を行う ... の関数は、コールされる度に $a を 0 にセットし、 0 を出力するのでほとん ど役にたちません。変数を1増やす $a++ ... 期化され、 test() 関数がコールされるたびに $a の値を出力してその値を増加させます。 static 変数は、再帰関数を ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
Provides an array or document to serialize as BSON 2482
« MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P ... ngoDB \ BSON \ toJSON ( $bson ), "\n" ; ?> 上の例の出力は、 たとえば以下のようになります。 { "_id" : { "$oi ... ngoDB \ BSON \ toJSON ( $bson ), "\n" ; ?> 上の例の出力は以下となります。 { "0" : 1, "1" : 2, "2" : 3 } 例3 ... ngoDB \ BSON \ toJSON ( $bson ), "\n" ; ?> 上の例の出力は以下となります。 { "document" : { "foo" : "bar" } ... ngoDB \ BSON \ toJSON ( $bson ), "\n" ; ?> 上の例の出力は以下となります。 { "array" : [ 1, 2, 3 ] } 参考 Mo ...
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html - [similar]
Returns an object for BSON serialization 2482
« MongoDB\Driver\ReadConcern MongoDB\Driver\ReadConcern::__construct » PHP Manual MongoDB\Driver ... ON ( MongoDB \ BSON \ fromPHP ( $rc )); ?> 上の例の出力は、 たとえば以下のようになります。 object(stdClass) ... ON ( MongoDB \ BSON \ fromPHP ( $rc )); ?> 上の例の出力は、 たとえば以下のようになります。 object(stdClass) ... Returns , serialization , bsonSerialize , local , 出力 , stdClass , read ...
https://man.plustar.jp/php/mongodb-driver-readconcern.bsonserialize.html - [similar]
Returns whether the write was acknowledged 2482
« MongoDB\Driver\WriteResult::getWriteErrors MongoDB\BSON » PHP Manual MongoDB\Driver\WriteResul ... r_dump ( $result -> isAcknowledged ()); ?> 上の例の出力は以下となります。 bool(true) 例2 MongoDB\Driver\Wri ... r_dump ( $result -> isAcknowledged ()); ?> 上の例の出力は以下となります。 bool(false) 参考 MongoDB\Driver\W ... s , WriteResult , whether , the , isAcknowledged , 出力 , concern , パラメータ ...
https://man.plustar.jp/php/mongodb-driver-writeresult.isacknowledged.html - [similar]
インストール/設定 2482
« はじめに 要件 » PHP Manual 出力制御 インストール/設定 インストール/設定 目次 要件 インストール ... ース型 関連キーワード: インストール , 設定 , 要件 , 出力 , 制御 , 手順 , 実行 , リソース , ...
https://man.plustar.jp/php/outcontrol.setup.html - [similar]
ファイルポインタを指定行に移動させる 2482
« SplFileObject::rewind SplFileObject::setCsvControl » PHP Manual SplFileObject ファイルポインタ ... の例はポジション 2 で見つかるスクリプトの第 3 行目を出力します。 <?php $file = new SplFileObject ( __FILE__ ... > seek ( 2 ); echo $file -> current (); ?> 上の例の出力は、 たとえば以下のようになります。 $file->seek(2); ... plFileObject , 移動 , ポインタ , ファイル , 指定 , 出力 , rewind , 取得 , 終端 , valid ...
https://man.plustar.jp/php/splfileobject.seek.html - [similar]