検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 102 for [SIMILAR] 16 1024 4096 WITH 30418 declaration WI... (0.152 sec.)
文字タイプチェック 3013
« trait_exists はじめに » PHP Manual 変数・データ型関連 文字タイプチェック 文字タイプチェック はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Ctype 関数 ctype_alnum — 英数字かどうかを調べる ctype_alpha — 英字かどうかを調べる ctype_cntrl — 制御文字かどう ...
https://man.plustar.jp/php/book.ctype.html - [similar]
英字かどうかを調べる 3013
« ctype_alnum ctype_cntrl » PHP Manual Ctype 関数 英字かどうかを調べる ctype_alpha (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_alpha — 英字かどうかを調べる 説明 ctype_alpha ( mixed $text ): bool 与えられた文字列 text のすべての文字が 英字であるかどうかを調べます。 標準の C ロケールの場合 ...
https://man.plustar.jp/php/function.ctype-alpha.html - [similar]
数字かどうかを調べる 3013
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_digit — 数字かどうかを調べる 説明 ctype_digit ( mixed $text ): bool 与えられた文字列 text のすべての文字が 数字であるかどうかを調べます。 パラメータ text 調べる文 ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
空白、英数字以外の出力可能な文字かどうかを調べる 3013
« ctype_print ctype_space » PHP Manual Ctype 関数 空白、英数字以外の出力可能な文字かどうかを調べる ctype_punct (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_punct — 空白、英数字以外の出力可能な文字かどうかを調べる 説明 ctype_punct ( mixed $text ): bool 与えられた文字列 text のすべての文字が ...
https://man.plustar.jp/php/function.ctype-punct.html - [similar]
制御文字かどうかを調べる 3013
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ( mixed $text ): bool 与えられた文字列 text のすべての文字が制御文字であるかどうかを調べます。 制御文字とは ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
はじめに 3013
« Ctype インストール/設定 » PHP Manual Ctype はじめに はじめに 以下の関数は、現在のロケール( setlocale() も参照) に基づき文字または文字列がある文字クラスに含まれるかどうかを調べます。 整数の引数を指定してコールした場合、これらの関数は、 ctype.h に記述された C の同名の関数と全く同様に動作 ...
https://man.plustar.jp/php/intro.ctype.html - [similar]
定義済み定数 3013
« リソース型 Ctype 関数 » PHP Manual Ctype 定義済み定数 定義済み定数 定数は定義されていません。 関連キーワード: 定義 , 定数 , Ctype , リソース , 関数 , ...
https://man.plustar.jp/php/ctype.constants.html - [similar]
Performs a C type cast 2775
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PHP 8) FFI::cast — Performs a C type cast 説明 public static FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | stri ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
Gets the FFI\CType of FFI\CData 2775
« FFI::type FFI\CData » PHP Manual FFI Gets the FFI\CType of FFI\CData FFI::typeof (PHP 7 >= 7.4.0, PHP 8) FFI::typeof — Gets the FFI\CType of FFI\CData 説明 public static FFI::typeof ( FFI\CData &$ptr ): FFI\CType Gets the FFI\CType object representing the type of the given FFI\CData ob ...
https://man.plustar.jp/php/ffi.typeof.html - [similar]
Basic FFI usage 2775
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the details of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not w ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT