検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 699 for [SIMILAR] 16 1024 4096 WITH 45210 readline WITH ... (0.448 sec.)
SQLite3 クラス 0
« 定義済み定数 SQLite3::backup » PHP Manual SQLite3 SQLite3 クラス SQLite3 クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8) はじめに SQLite 3 データベースとのインターフェイスとなるクラスです。 クラス概要 class SQLite3 { /* メソッド */ public __construct ( string $filename , int $flags = SQLITE3_OPE ...
https://man.plustar.jp/php/class.sqlite3.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
Ev 0
« eio_write はじめに » PHP Manual プロセス制御 Ev Ev はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 ウォッチャー ウォッチャーのコールバック Periodic ウォッチャーの操作モード Ev — Ev クラス Ev::backend — libev が使うバックエンドを表す整数値を返す Ev ...
https://man.plustar.jp/php/book.ev.html - [similar]
Begin checking for events and calling callbacks for the loop 0
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callbacks for the loop EvLoop::run (PECL ev >= 0.2.0) EvLoop::run — Begin checking for events and calling callbacks for the loop 説明 public EvLoop::run ( int $flags = 0 ): void Begin checking for e ...
https://man.plustar.jp/php/evloop.run.html - [similar]
指定された範囲の全てのUnicode文字を走査する 0
« IntlChar::digit IntlChar::enumCharTypes » PHP Manual IntlChar 指定された範囲の全てのUnicode文字を走査する IntlChar::enumCharNames (PHP 7, PHP 8) IntlChar::enumCharNames — 指定された範囲の全てのUnicode文字を走査する 説明 public static IntlChar::enumCharNames ( int | string $start , int ...
https://man.plustar.jp/php/intlchar.enumcharnames.html - [similar]
コネクションプールに memcached サーバーを追加する 0
« Memcache::add Memcache::close » PHP Manual Memcache コネクションプールに memcached サーバーを追加する Memcache::addServer (PECL memcache >= 2.0.0) Memcache::addServer — コネクションプールに memcached サーバーを追加する 説明 Memcache::addServer ( string $host , int $port = 11211 , bool ...
https://man.plustar.jp/php/memcache.addserver.html - [similar]
その他の拡張モジュールに対する変更 0
« PHP 5.6.x における OpenSSL 関連の変更 新しいグローバル定数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 その他の拡張モジュールに対する変更 その他の拡張モジュールに対する変更 cURL cURL ライブラリで非推奨とされてきた以下の定数が、削除されました。 CURLOPT_CLOSEPOLICY CURLCLOSEPOLICY_CAL ...
https://man.plustar.jp/php/migration56.extensions.html - [similar]
その他の変更 0
« 削除された拡張モジュール Windows のサポート » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 その他の変更 その他の変更 パフォーマンスの向上 PHP コア array_key_exists() 関数で使うための特別な VM opcode が追加されました。これにより、これが静的に解決される場合のパフォーマンスが向上します。名 ...
https://man.plustar.jp/php/migration74.other-changes.html - [similar]
Oracle OCI8 0
« mysqlndプラグインの開発をはじめよう はじめに » PHP Manual ベンダー固有のモジュール Oracle OCI8 Oracle OCI8 はじめに インストール/設定 要件 インストール手順 テスト 実行時設定 定義済み定数 例 OCI8 接続のハンドリングおよびプーリング OCI8 高速アプリケーション通知 (FAN) サポート OCI8 Transp ...
https://man.plustar.jp/php/book.oci8.html - [similar]
無名関数 0
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]