検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 777 for e (0.044 sec.)
Serialization to BSON 3198
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... erialization to BSON Arrays If an array is a packed array — i.e. empty array or the keys start at 0 a ... nd are sequential without gaps: BSON array . If the array ... is not packed — i.e. having associative (string) keys, the keys ... don't start at 0, or when there are gaps:: BSON object A top-level (root) d ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
3198
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... ー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してくだ ... ーに次のようなコマンドで接続することが可能です。 : telnet 192.168.1.53 10000 (ただし、 アドレスとポートは ... quit' を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow the script to ha ... ng around waiting for connections. */ set_time_limit ( 0 ); /* Turn on implici ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
実行時設定 3198
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 定オプション 名前 デフォルト 変更可能 変更履歴 taint.enable 0 PHP_INI_SYSTEM taint.error_level E_WARNING ... ディレクティブに関する 簡単な説明を示します。 taint.enable int taint を有効にするかどうか。 taint.error_ ... level int 汚染された文字列を見つけたときに taint が報 ...
https://man.plustar.jp/php/taint.configuration.html - [similar]
イテレータを追加する 3157
« AppendIterator AppendIterator::__construct » PHP Manual AppendIterator イテレータを追加する Ap ... pendIterator::append (PHP 5 >= 5.1.0, PHP 7, PHP 8) A ... ppendIterator::append — イテレータを追加する 説明 publ ... ic AppendIterator::append ( Iterator $iterator ): void イテ ... レータを追加します。 パラメータ iterator 追加するイテレータ。 戻り値 値を返しません。 ...
https://man.plustar.jp/php/appenditerator.append.html - [similar]
要求されたインデックスが存在するかどうかを返す 3157
« ArrayObject::natsort ArrayObject::offsetGet » PHP Manual ArrayObject 要求されたインデックスが存 ... 在するかどうかを返す ArrayObject::offsetExists (PHP 5, PHP 7, PHP 8) ArrayObject: ... :offsetExists — 要求されたインデックスが存在するかどうかを ... 返す 説明 public ArrayObject::offsetExists ( mixed $key ): bool パラメータ ke ... ス。 戻り値 指定したインデックスが存在する場合に true 、それ以外の場合に false を返します。 例 例1 Array ...
https://man.plustar.jp/php/arrayobject.offsetexists.html - [similar]
The MongoDB\Driver\Exception\InvalidArgumentException class 3157
« MongoDB\Driver\Exception\ExecutionTimeoutException MongoDB\Driver\Exception\LogicException » P ... HP Manual MongoDB\Driver\Exception The MongoDB\Driver\Exception\InvalidArg ... umentException class The MongoDB\Driver\Exception\Inva ... lidArgumentException class (mongodb >= 1.0.0) はじめに Throw ... n when a driver method is given invalid arguments (e.g. ...
https://man.plustar.jp/php/class.mongodb-driver-exception-invalidargumentexcepti... - [similar]
The MongoDB\Driver\Exception\LogicException class 3157
« MongoDB\Driver\Exception\InvalidArgumentException MongoDB\Driver\Exception\RuntimeException » ... PHP Manual MongoDB\Driver\Exception The MongoDB\Driver\Exception\LogicExcep ... tion class The MongoDB\Driver\Exception\LogicException class (mon ... godb >= 1.0.0) はじめに Thrown when the driver is incorrectly used (e.g. rewinding a ... cursor). クラス概要 class MongoDB\Driver\Exception\LogicException extends LogicException i ...
https://man.plustar.jp/php/class.mongodb-driver-exception-logicexception.html - [similar]
The MongoDB\Driver\Exception\UnexpectedValueException class 3157
« MongoDB\Driver\Exception\SSLConnectionException MongoDB\Driver\Exception\WriteException » PHP ... Manual MongoDB\Driver\Exception The MongoDB\Driver\Exception\Unexpected ... ValueException class The MongoDB\Driver\Exception\Unexpe ... ctedValueException class (mongodb >= 1.0.0) はじめに T ... hrown when the driver encounters an unexpected value (e.g. d ...
https://man.plustar.jp/php/class.mongodb-driver-exception-unexpectedvalueexcepti... - [similar]
The SyncSharedMemory class 3157
« SyncReaderWriter::writeunlock SyncSharedMemory::__construct » PHP Manual Sync The SyncSharedMe ... mory class The SyncSharedMemory class (PECL sync >= 1.1.0) はじめ ... に A cross-platform, native, consistent implementation of named shared memory ... objects. Shared memory lets two separate processes comm ... unicate without the need for complex pipes or sockets. The ...
https://man.plustar.jp/php/class.syncsharedmemory.html - [similar]
設定を変更するには 3157
« どこで設定を行うのか 言語リファレンス » PHP Manual 実行時設定 設定を変更するには 設定を変更する ... には Apache モジュールとして PHP を実行している場合 PHP を Apa ... che モジュールとして使用している場合、Apache 設定ファイ ... ル (例、 httpd.conf ) もしくは .htaccess ファイルにディレクティブを記述することで、PHP の ... 可能です。このようにして設定変更を行うには、"AllowOverride Options" もしくは "AllowOverride All" 権限が必 ...
https://man.plustar.jp/php/configuration.changes.html - [similar]