検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 720 for [SIMILAR] 16 1024 4096 WITH 6450 ャッ WITH 5383 ... (0.578 sec.)
Windows のサポート 0
« その他の変更 PHP 7.2.x から PHP 7.3.x への移行 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 Windows のサポート Windows のサポート configure フラグ configure コマンドは、 CFLAGS や LDFLAGS を環境変数と見なすようになりました。 CTRLキーの扱い sapi_windows_set_ctrl_handler() 関数でハンド ...
https://man.plustar.jp/php/migration74.windows-support.html - [similar]
CachingIterator クラス 0
« ArrayIterator::valid CachingIterator::__construct » PHP Manual イテレータ CachingIterator クラス CachingIterator クラス (PHP 5, PHP 7, PHP 8) はじめに このオブジェクトは、別のイテレータからキャッシュされた反復処理をサポートします。 クラス概要 class CachingIterator extends IteratorItera ...
https://man.plustar.jp/php/class.cachingiterator.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
変数を古い値と比較して新しい値を代入する 0
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新しい値を代入する wincache_ucache_cas (PECL wincache >= 1.1.0) wincache_ucache_cas — 変数を古い値と比較して新しい値を代入する 説明 wincache_ucache_cas ( string $key , int $old_value , int $new_v ...
https://man.plustar.jp/php/function.wincache-ucache-cas.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 0
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設定する set_exception_handler (PHP 5, PHP 7, PHP 8) set_exception_handler — ユーザー定義の例外ハンドラ関数を設定する 説明 set_exception_handler ( ? callable $callback ): ? callable 例外が try/c ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
例外のスローのオン/オフを切り替える 0
« Yaf_Dispatcher::setView Yaf_Config_Abstract » PHP Manual Yaf_Dispatcher 例外のスローのオン/オフを切り替える Yaf_Dispatcher::throwException (Yaf >=1.0.0) Yaf_Dispatcher::throwException — 例外のスローのオン/オフを切り替える 説明 public Yaf_Dispatcher::throwException ( bool $flag = ? ): Y ...
https://man.plustar.jp/php/yaf-dispatcher.throwexception.html - [similar]
指定したサーバーからアイテムを取得する 0
« Memcached::getAllKeys Memcached::getDelayed » PHP Manual Memcached 指定したサーバーからアイテムを取得する Memcached::getByKey (PECL memcached >= 0.1.0) Memcached::getByKey — 指定したサーバーからアイテムを取得する 説明 public Memcached::getByKey ( string $server_key , string $key , call ...
https://man.plustar.jp/php/memcached.getbykey.html - [similar]
MySQL Native Driver プラグインAPI 0
« Memory management mysqlndプラグイン と MySQL Proxyの比較 » PHP Manual Mysqlnd MySQL Native Driver プラグインAPI MySQL Native Driver プラグインAPI 目次 mysqlndプラグイン と MySQL Proxyの比較 mysqlnd plugin APIを取得する MySQL Native Driverプラグイン のアーキテクチャ mysqlnd のプラグイン ...
https://man.plustar.jp/php/mysqlnd.plugin.html - [similar]
シンボリックリンクを作成する 0
« stat tempnam » PHP Manual ファイルシステム 関数 シンボリックリンクを作成する symlink (PHP 4, PHP 5, PHP 7, PHP 8) symlink — シンボリックリンクを作成する 説明 symlink ( string $target , string $link ): bool symlink() は、指定されたリンク名 link で既存のファイル target へのシンボリックリ ...
https://man.plustar.jp/php/function.symlink.html - [similar]
持続的データベース接続 0
« 接続処理 コマンドラインの使用法 » PHP Manual 機能 持続的データベース接続 持続的データベース接続 持続的接続は、スクリプトの実行終了時にも閉じられないリンクです。 持続的接続が要求された時、PHPは(前もってオープンされたままになって いる)同じ持続的接続が既にオープンされていないかどうかを確認 ...
https://man.plustar.jp/php/features.persistent-connections.html - [similar]