検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 493 for [SIMILAR] 16 1024 4096 WITH 22376 mhash WITH 136... (1.850 sec.)
SQL 文中で用いる文字列の特殊文字をエスケープする 0
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープする mysql_real_escape_string (PHP 4 >= 4.3.0, PHP 5) mysql_real_escape_string — SQL 文中で用いる文字列の特殊文字をエスケープする 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
Windows システムへのインストール 0
« macOS 上での PHP のコンパイル インストール要件 » PHP Manual インストールと設定 Windows システムへのインストール Windows システムへのインストール 目次 インストール要件 PECL Windows 上での PHP インストーラ Windows でのおすすめの構成 Windows 上での PHP の手動インストール ソースからのビルド ...
https://man.plustar.jp/php/install.windows.html - [similar]
はじめに 0
« Enchant インストール/設定 » PHP Manual Enchant はじめに はじめに Enchant は、 » Enchant ライブラリ を PHP から利用できるようにしたものです。Enchant は、 すべてのスペリングライブラリの上位に位置するもので、 統一された操作性を提供します。 また、各ライブラリが搭載していないかもしれない機能 ...
https://man.plustar.jp/php/intro.enchant.html - [similar]
Result コールバック 0
« コールバック Read-through キャッシュコールバック » PHP Manual コールバック Result コールバック Result コールバック Result callable が起動されるのは、 Memcached::getDelayed() あるいは Memcached::getDelayedBykey() メソッドで結果セットの各アイテムに対してコールしたときです。 このコールバッ ...
https://man.plustar.jp/php/memcached.callbacks.result.html - [similar]
新しい OAuth オブジェクトを作成する 0
« OAuth OAuth::__destruct » PHP Manual OAuth 新しい OAuth オブジェクトを作成する OAuth::__construct (PECL OAuth >= 0.99.1) OAuth::__construct — 新しい OAuth オブジェクトを作成する 説明 public OAuth::__construct ( string $consumer_key , string $consumer_secret , string $signature_method = ...
https://man.plustar.jp/php/oauth.construct.html - [similar]
consumerHandler コールバックを設定する 0
« OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHandler コールバックを設定する OAuthProvider::consumerHandler (PECL OAuth >= 1.0.0) OAuthProvider::consumerHandler — consumerHandler コールバックを設定する 説明 public OAuthProvider::consumerHand ...
https://man.plustar.jp/php/oauthprovider.consumerhandler.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PCRE 設定オプション 名前 デフォルト 変更可能 変更履歴 pcre.backtrack_limit "1000000" PHP_INI_ALL pcre.recursion_limit "100000" PHP_INI_ALL pcre.jit "1" PHP_INI_ALL PH ...
https://man.plustar.jp/php/pcre.configuration.html - [similar]
パターン修飾子 0
« PCRE のパターン Perl とは異なる点 » PHP Manual PCRE のパターン パターン修飾子 パターン修飾子 現在使用可能な PCRE 修飾子の一覧を以下に示します。 括弧の中の名前は、これらの修飾子に関する PCRE 内部の名前です。 修飾子中での空白文字および改行は無視されます。他の文字はエラーになります。 i ( ...
https://man.plustar.jp/php/reference.pcre.pattern.modifiers.html - [similar]
ファイル名を除いたパスを取得する 0
« SplFileInfo::getOwner SplFileInfo::getPathInfo » PHP Manual SplFileInfo ファイル名を除いたパスを取得する SplFileInfo::getPath (PHP 5 >= 5.1.2, PHP 7, PHP 8) SplFileInfo::getPath — ファイル名を除いたパスを取得する 説明 public SplFileInfo::getPath (): string ファイルへのパスを返します。フ ...
https://man.plustar.jp/php/splfileinfo.getpath.html - [similar]
ドット 0
« アンカー 文字クラス » PHP Manual PCRE 正規表現構文 ドット ドット パターン中のドット(ピリオド、終止符)は、文字クラス外では、 対象文字列の任意の 1 文字にマッチします。非出力文字も含まれます。 ただし、(デフォルトでは)改行文字とはマッチしません。 PCRE_DOTALL オプションを設定すると、ドッ ...
https://man.plustar.jp/php/regexp.reference.dot.html - [similar]