検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for xff (0.014 sec.)
定数 12393
« 外部から来る変数 構文 » PHP Manual 言語リファレンス 定数 定数 目次 構文 自動的に定義される定数 ... 正規表現で示すと次のようになります。 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ define() 関数を使うと、 予 ... いては、文字は a-z, A-Z, および128から255まで (0x80-0xff)のASCII文字を指します。 スーパーグローバル と同様に ... ド: 定数 , 名前 , スコープ , 定義 , 文字 , 大文字 , xff , 関数 , 注意 , 構文 ...
https://man.plustar.jp/php/language.constants.html - [similar]
基本的な事 10145
« 変数 定義済みの変数 » PHP Manual 変数 基本的な事 基本的な事 PHP の変数はドル記号の後に変数名が ... は次の ように表現することができます。 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ 注意 : ここで言うところの文 ... 字とはa-z、A-Z、128から255まで ( 0x80-0xff )のバイトを意味します。 注意 : $this は特別な変数で ... : 変数 , 代入 , 基本 , 参照 , 初期 , 注意 , 文字 , xff , 配列 , 影響 ...
https://man.plustar.jp/php/language.variables.basics.html - [similar]
ユーザー定義関数 9176
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義 ... アが続くものです。正規表現で表すと、 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ . となります。 ヒント ユー ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
Parle pattern matching 8865
« 定義済み定数 Character representations » PHP Manual Parle Parle pattern matching Parle pattern ... +}[\x80-\xbf]{+}[\xc2-\xdf]{+}[\xe0-\xef]{+}[\xf0-\xff]+ . 関連キーワード: Parle , pattern , classes , Ch ...
https://man.plustar.jp/php/parle.pattern.matching.html - [similar]
シェルのメタ文字をエスケープする 7256
« escapeshellarg exec » PHP Manual プログラム実行関数 シェルのメタ文字をエスケープする escapeshe ... 用するべきです。 &#;`|*?~<>^()[]{}$\ 、 \x0A および \xFF については、その文字の前にバックスラッシュが 追加さ ...
https://man.plustar.jp/php/function.escapeshellcmd.html - [similar]
クラスの基礎 6946
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... アが続くものです。 正規表現で表すと、 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ のようになります。 クラスの ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
PREV 1 NEXT