検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 81 for preg (0.010 sec.)
最初の n 文字についてバイナリセーフな文字列比較を行う 6106
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を ... を区別しない文字列比較を、最初の n 文字について行う preg_match() - 正規表現によるマッチングを行う substr_co ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
正規表現フラグを設定する 6106
« RegexIterator::setMode インターフェイス » PHP Manual RegexIterator 正規表現フラグを設定する Re ... gexIterator::setPregFlags (PHP 5 >= 5.2.0, PHP 7, PHP 8) RegexIterator: ... :setPregFlags — 正規表現フラグを設定する 説明 public RegexI ... terator::setPregFlags ( int $pregFlags ): void 正規表現フラグを設定 ... します。 パラメータ pregFlags 正規表現フラグ。利用できるフラグの概要は Rege ...
https://man.plustar.jp/php/regexiterator.setpregflags.html - [similar]
PHP による HTTP 認証 6078
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... s = implode ( '|' , array_keys ( $needed_parts )); preg_match_all ( '@(' . $keys . ')=(?:([\'"])([^\2]+?)\ ... 2|([^\s,]+))@' , $txt , $matches , PREG_SET_ORDER ); foreach ( $matches as $m ) { $data [ ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
配列要素を文字列により連結する 6078
« htmlspecialchars join » PHP Manual String 関数 配列要素を文字列により連結する implode (PHP 4, ... ます。 参考 explode() - 文字列を文字列により分割する preg_split() - 正規表現で文字列を分割する http_build_qu ...
https://man.plustar.jp/php/function.implode.html - [similar]
文字列を配列に変換する 6078
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, ... す chunk_split() - 文字列をより小さな部分に分割する preg_split() - 正規表現で文字列を分割する explode() - 文 ...
https://man.plustar.jp/php/function.str-split.html - [similar]
バイナリセーフで大文字小文字を区別しない文字列比較を、最初の n 文字について行う 6078
« strnatcmp strncmp » PHP Manual String 関数 バイナリセーフで大文字小文字を区別しない文字列比較を ... 初の n 文字についてバイナリセーフな文字列比較を行う preg_match() - 正規表現によるマッチングを行う substr_co ...
https://man.plustar.jp/php/function.strncasecmp.html - [similar]
ルール 6078
« グローバル名前空間 Tips » PHP Manual ユーザーレベルでの命名の手引き ルール ルール 以下のリスト ... えば次のようになります。 curl_close() mysql_query() PREG_SPLIT_DELIM_CAPTURE new DOMDocument() strpos() (過 ...
https://man.plustar.jp/php/userlandnaming.rules.html - [similar]
シェルのメタ文字をエスケープする 6051
« escapeshellarg exec » PHP Manual プログラム実行関数 シェルのメタ文字をエスケープする escapeshe ... 問題は以下のようなコードで緩和できます: <?php $cmd = preg_replace ( '`(?<!^) `' , '^ ' , escapeshellcmd ( $c ...
https://man.plustar.jp/php/function.escapeshellcmd.html - [similar]
マルチバイト文字列に正規表現による置換を行う 6051
« mb_ereg_replace_callback mb_ereg_search_getpos » PHP Manual マルチバイト文字列 関数 マルチバイ ... 対しては、 絶対に e 修正子を使用してはいけません。 ( preg_replace() と同様、) 自動的なエスケープは行いません ...
https://man.plustar.jp/php/function.mb-ereg-replace.html - [similar]
マルチバイト文字列に大文字小文字を区別せずに正規表現による置換を行う 6051
« mb_ereg mb_eregi » PHP Manual マルチバイト文字列 関数 マルチバイト文字列に大文字小文字を区別せ ... 対しては、 絶対に e 修正子を使用してはいけません。 ( preg_replace() と同様、) 自動的なエスケープは行いません ...
https://man.plustar.jp/php/function.mb-eregi-replace.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT