検索

phrase: max: clip:
target: order:
Results of 601 - 610 of about 734 for s (0.072 sec.)
Deserialization from BSON 2969
« Serialization to BSON Security » PHP Manual Persisting Data Deserialization from BSON Deserial ... ization from BSON 警告 BSON documents can technically contain dupl ... icate keys because documents are stored as a list of key-valu ... e pairs; however, applications should refrain from generat ... ing documents with duplicate keys as server and driver behavior ...
https://man.plustar.jp/php/mongodb.persistence.deserialization.html - [similar]
ドキュメントをひとつ取得 2969
« Collection::getName Collection::getSchema » PHP Manual mysql_xdevapi\Collection ドキュメントを ... ひとつ取得 Collection::getOne (No version information available, might only be in Git) Co ... n::getOne — ドキュメントをひとつ取得 説明 public mysql_xdevapi\Collection::getOne ( string $id ): Docum ... ントがマッチしなければ、 null を返します。 例 例1 mysql_xdevapi\Collection::getOne() の例 <?php $session ... = mysql_xdevapi \ getSession ( "mysqlx://user:password@l ...
https://man.plustar.jp/php/mysql-xdevapi-collection.getone.html - [similar]
新規に MySQL サーバーへの接続をオープンする 2969
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ンする mysqli::__construct mysqli::connect mysqli_connect (PH ... P 5, PHP 7, PHP 8) mysqli::__construct -- mysqli::connect -- mysqli_conne ... ct — 新規に MySQL サーバーへの接続をオープンする 説明 オブジェクト ... 指向型 public mysqli::__construct ( string $hostname = ini_get("mysq ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
mysqlndプラグインの開発をはじめよう 2969
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... 開発をはじめよう mysqlndプラグインの開発をはじめよう mysqlnd プラグイン ... 覚えておくことが重要です。 次のコードは、典型的な mysqlnd プラグインで使われる MINIT 関数の基本構造を示し ... ます。 /* my_php_mysqlnd_plugin.c */ static PHP_MINIT_FUNCTION(mysqlnd_ ... plugin) { /* globals, ini entries, resources, classes */ /* register my ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
その他の定数 2969
« Server Name Indication 定数 キー/証明書パラメータ » PHP Manual 定義済み定数 その他の定数 その他 ... の定数 OPENSSL_RAW_DATA ( bool ) openssl_encrypt() や openssl_d ... 生のデータがそのまま返されます。 設定されない場合、Base64 エンコードされたデータが呼び出し側に返されます。 ... OPENSSL_ZERO_PADDING ( bool ) デフォルトでは、暗号化の操 ... は、復号化される際にチェックされ、除去されます。 openssl_encrypt() や openssl_decrypt() の options に OPE ...
https://man.plustar.jp/php/openssl.constants.other.html - [similar]
操作モードを設定する 2969
« RegexIterator::setFlags RegexIterator::setPregFlags » PHP Manual RegexIterator 操作モードを設定 ... する RegexIterator::setMode (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator ... ::setMode — 操作モードを設定する 説明 public RegexIter ... ator::setMode ( int $mode ): void 操作モードを設定します。 ... egexIterator::GET_MATCH 2 RegexIterator::ALL_MATCHES 3 RegexIterator::SPLIT 4 RegexIterator::REPLACE 戻 ...
https://man.plustar.jp/php/regexiterator.setmode.html - [similar]
繰り返し 2969
« サブパターン 後方参照 » PHP Manual PCRE 正規表現構文 繰り返し 繰り返し 繰り返し (repetition) は ... ようとして、パターン /\*.*\*/ を使って、文字列 /* first comment */ not comment /* second comment */ に対し ... します。 量指定子の後ろに + を記述すると「独占的 (possessive)」 になります。可能なだけ多くの文字を取り込 ... で始まっており、 PCRE_DOTALL オプション(Perl の /s に相当)が設定されている(つまり、 . が改行文字にも ... マッチした部分文字列です。例えば、 (tweedle[dume]{3}\s*)+ を "tweedledum tweedledee" にマッチングさせた場 ...
https://man.plustar.jp/php/regexp.reference.repetition.html - [similar]
パターンにマッチするパス名の検索 2969
« data:// phar:// » PHP Manual サポートするプロトコル/ラッパー パターンにマッチするパス名の検索 ... No 書き込み許可 No 追加許可 No 同時読み書き許可 No stat() のサポート No unlink() のサポート No rename() ... ) のサポート No 例 例1 基本的な使用法 <?php // ext/spl/examples/ ディレクトリのすべての *.php ファイルに ... 表示します $it = new DirectoryIterator ( "glob://ext/spl/examples/*.php" ); foreach( $it as $f ) { printf ... ( "%s: %.1FK\n" , $f -> getFilename (), $f -> getSize () ...
https://man.plustar.jp/php/wrappers.glob.html - [similar]
Specify application credentials 2969
« Zookeeper Zookeeper::close » PHP Manual Zookeeper Specify application credentials Zookeeper::a ... uth (PECL zookeeper >= 0.1.0) Zookeeper::addAuth — Specify application credentials 説明 public Zookeepe ... r::addAuth ( string $scheme , string $cert , callable $completion ... _cb = null ): bool The application calls this function to specify its credentials for purpo ... ses of authentication. The server will use the securit ...
https://man.plustar.jp/php/zookeeper.addauth.html - [similar]
Create a node synchronously 2969
« Zookeeper::__construct Zookeeper::delete » PHP Manual Zookeeper Create a node synchronously Zo ... keeper >= 0.1.0) Zookeeper::create — Create a node synchronously 説明 public Zookeeper::create ( string ... $path , string $value , array $acls , int $flags = null ): s ... tring This method will create a node in ZooKeeper. A node can ... only be created if it does not already exists. The Create Flags affect the cr ...
https://man.plustar.jp/php/zookeeper.create.html - [similar]