検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 224 for [SIMILAR] 16 1024 4096 WITH 15337 recursion WITH... (1.051 sec.)
アップロードされたファイルを新しい位置に移動する 0
« mkdir parse_ini_file » PHP Manual ファイルシステム 関数 アップロードされたファイルを新しい位置に移動する move_uploaded_file (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) move_uploaded_file — アップロードされたファイルを新しい位置に移動する 説明 move_uploaded_file ( string $from , string $to ): ...
https://man.plustar.jp/php/function.move-uploaded-file.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
LDAP ツリーを探索する 0
« ldap_sasl_bind ldap_set_option » PHP Manual LDAP 関数 LDAP ツリーを探索する ldap_search (PHP 4, PHP 5, PHP 7, PHP 8) ldap_search — LDAP ツリーを探索する 説明 ldap_search ( LDAP\Connection | array $ldap , array | string $base , array | string $filter , array $attributes = [] , int $attr ...
https://man.plustar.jp/php/function.ldap-search.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 0
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パターンを使ってファイルを追加する ZipArchive::addPattern (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0) ZipArchive::addPattern — ディレクトリから、PCRE パターンを使ってファイルを追加する 説明 ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
0
« 定義済み定数 PCRE のパターン » PHP Manual PCRE 例 例 例1 有効なパターンの例 /<\/\w+>/ |(\d{3})-\d+|Sm /^(?i)php[34]/ {^\s+(\s+)?$} 例2 無効なパターンの例 /href='(.*)' - 終端デリミタが抜けている /\w+\s*\w+/J - 未知の修飾子 'J' 1-\d3-\d3-\d4| - 始端デリミタが抜けている 関連キーワード: 例 ...
https://man.plustar.jp/php/pcre.examples.html - [similar]
はじめに 0
« PCRE 正規表現構文 デリミタ » PHP Manual PCRE 正規表現構文 はじめに はじめに PCRE がサポートする正規表現の構文と意味体系を以下に示します。 正規表現については、Perl のドキュメントや他の多くの書籍においても 解説されており、実例が豊富に記載されているものもあります。特に、 O'Reilly 発刊 Jef ...
https://man.plustar.jp/php/regexp.introduction.html - [similar]
正規表現による検索と置換を行う 0
« PCRE 関数 preg_grep » PHP Manual PCRE 関数 正規表現による検索と置換を行う preg_filter (PHP 5 >= 5.3.0, PHP 7, PHP 8) preg_filter — 正規表現による検索と置換を行う 説明 preg_filter ( string | array $pattern , string | array $replacement , string | array $subject , int $limit = -1 , int & ...
https://man.plustar.jp/php/function.preg-filter.html - [similar]
パターンにマッチする配列の要素を返す 0
« preg_filter preg_last_error_msg » PHP Manual PCRE 関数 パターンにマッチする配列の要素を返す preg_grep (PHP 4, PHP 5, PHP 7, PHP 8) preg_grep — パターンにマッチする配列の要素を返す 説明 preg_grep ( string $pattern , array $array , int $flags = 0 ): array | false array 配列の要素のうち、 ...
https://man.plustar.jp/php/function.preg-grep.html - [similar]
Unicode 文字プロパティ 0
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文字プロパティ PHP 5.1.0 以降、 UTF-8 モード を設定した場合に、 一般的な文字タイプにマッチする新たなエスケープシーケンスが 3 つ追加されました。 \p{xx} xx プロパティを持つ文字 \P{xx} xx プロパティ ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
他の SAPI との違い 0
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い CLI SAPI を他の SAPI と比べた時の 大きな違いを以下に示します。 CGI SAPI と異なり、ヘッダが出力されません。 CGI SAPI は HTTP ヘッダの出力を抑制する機能を 提供していますが、等価な機能は CLI SAPI ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT