検索

phrase: max: clip:
target: order:
Results of 521 - 530 of about 734 for s (0.052 sec.)
保存用表現から PHP の値を生成する 3003
« strval unset » PHP Manual 変数操作 関数 保存用表現から PHP の値を生成する unserialize (PHP 4, ... PHP 5, PHP 7, PHP 8) unserialize — 保存用表現から PHP の値を生成する 説明 u ... nserialize ( string $data , array $options = [] ): mi ... xed unserialize() は、シリアル化された変数を PHP 変数値に戻 ... す変換を行います。 警告 allowed_classes の options の値にかかわらず、 ユーザーからの入力 ...
https://man.plustar.jp/php/function.unserialize.html - [similar]
Nginx 1.4.x (Unix システム用) 3003
« Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインス ... 想定しています。 よって、すべてのバイナリと設定は /usr/local/nginx にあると想定しています。 仮にこれに当 ... を取得し、インストールするために、 Nginx Wiki の » install を参照することを推奨します。 PHP のソースコード ... p を 参照してください。 私達の例では、PHP-FPM を MySQLi のサポートを有効にして シンプルに configure する ... cd ../php-x.x.x ./configure --enable-fpm --with-mysqli make sudo make install 設定ファイルを取得し、正 ...
https://man.plustar.jp/php/install.unix.nginx.html - [similar]
言語リファレンス 3003
« 設定を変更するには 基本的な構文 » PHP Manual 言語リファレンス 言語リファレンス 基本的な構文 PH ... 列演算子 配列演算子 型演算子 制御構造 はじめに if else elseif/else if 制御構造に関する別の構文 while do- ... while for foreach break continue switch match declare return require include require_ ... クセス権 オブジェクトの継承 スコープ定義演算子 (::) static キーワード クラスの抽象化 オブジェクト インタ ... のクローン作成 オブジェクトの比較 遅延静的束縛 (Late Static Bindings) オブジェクトと参照 オブジェクトのシ ...
https://man.plustar.jp/php/langref.html - [similar]
新機能 3003
« PHP 7.1.x から PHP 7.2.x への移行 新しい関数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新 ... (共変) 戻り値の型付けで使えます。 <?php function test ( object $obj ) : object { return new SplQueue () ... ; } test (new StdClass ()); 名前指定による拡張モジュールの ... 込む共有モジュールを指定する際に、拡張子 (Unix なら .so 、Windows なら .dll など) を指定する必要がなくなり ... ッドをオーバーライドできるようになりました。 <?php abstract class A { abstract function test ( string $s ...
https://man.plustar.jp/php/migration72.new-features.html - [similar]
Construct a new Binary 3003
« MongoDB\BSON\Binary MongoDB\BSON\Binary::getData » PHP Manual MongoDB\BSON\Binary Construct a ... new Binary MongoDB\BSON\Binary::__construct (mongodb >=1.0.0) MongoDB\BS ... ON\Binary::__construct — Construct a new Binary 説明 final public Mo ... ngoDB\BSON\Binary::__construct ( string $data , int $type ) ... パラメータ data ( string ) Binary data. type ( int ) Unsigned 8-bit in ...
https://man.plustar.jp/php/mongodb-bson-binary.construct.html - [similar]
Returns the timestamp component of this ObjectId 3003
« MongoDB\BSON\ObjectId::__construct MongoDB\BSON\ObjectId::jsonSerialize » PHP Manual MongoDB\B ... SON\ObjectId Returns the timestamp component of this ObjectId MongoDB\B ... SON\ObjectId::getTimestamp (mongodb >=1.2.0) MongoDB\BSON\ObjectId::getTi ... mestamp — Returns the timestamp component of this Obje ... ctId 説明 final public MongoDB\BSON\ObjectId::getTimestamp (): int The timestamp com ...
https://man.plustar.jp/php/mongodb-bson-objectid.gettimestamp.html - [similar]
Commits a transaction 3003
« MongoDB\Driver\Session::advanceOperationTime MongoDB\Driver\Session::__construct » PHP Manual ... MongoDB\Driver\Session Commits a transaction MongoDB\Driver\Session ... ::commitTransaction (mongodb >=1.5.0) MongoDB\Driver\Session::co ... mmitTransaction — Commits a transaction 説明 final public Mo ... ngoDB\Driver\Session::commitTransaction (): void Saves the change ...
https://man.plustar.jp/php/mongodb-driver-session.committransaction.html - [similar]
データベース上でひとつ以上のクエリを実行する 3003
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... を実行する mysqli::multi_query mysqli_multi_query (PHP 5, PHP 7, ... PHP 8) mysqli::multi_query -- mysqli_multi_query — データベー ... のクエリを実行する 説明 オブジェクト指向型 public mysqli::multi_query ( string $query ): bool 手続き型 m ... ysqli_multi_query ( mysqli $mysql , string $query ): ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
Unicode character classes 3003
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... lasses Unicode character classes Unicode character cla ... sses Sequence Description \p{C} Other. \p{Cc} Other, ... trol. \p{Cf} Other, format. \p{Co} Other, private use. \p{Cs} Other, surrogate. \p{L} Letter. \p{LC} Le ... tter, cased. \p{Ll} Letter, lowercase. \p{Lm} Letter, modifi ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
Submits a task to a specific worker for execution 3003
« Pool::submit Volatile » PHP Manual Pool Submits a task to a specific worker for execution Pool ... ::submitTo (PECL pthreads >= 2.0.0) Pool::submitTo — S ... ubmits a task to a specific worker for execution 説明 pub ... lic Pool::submitTo ( int $worker , Threaded $task ): int Submi ... t a task to the specified worker in the pool. The workers ...
https://man.plustar.jp/php/pool.submitTo.html - [similar]