検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 69 for ctype (0.043 sec.)
Description 8130
« FFI\CType::getSize FFI\CType::getStructFieldOffset » PHP Manual FFI\CType Description FFI\CType ... e::getStructFieldNames (PHP 8 >= 8.1.0) FFI\CType::getStructFieldNames — Description 説明 public FFI ... \CType::getStructFieldNames (): array 警告 この関数は、 現 ... はありません。 戻り値 関連キーワード: Description , CType , getStructFieldNames , 関数 , パラメータ , getSiz ...
https://man.plustar.jp/php/ffi-ctype.getstructfieldnames.html - [similar]
Gets the FFI\CType of FFI\CData 8130
« 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 ... nter to a C data structure. 戻り値 Returns the FFI\CType object representing the type of the given FFI\CDat ... a object. 関連キーワード: CData , CType , the , of , type , typeof , ptr , representing , ...
https://man.plustar.jp/php/ffi.typeof.html - [similar]
制御文字かどうかを調べる 7961
« ctype_alpha ctype_digit » PHP Manual Ctype 関数 制御文字かどうかを調べる ctype_cntrl (PHP 4 >= ... 4.0.4, PHP 5, PHP 7, PHP 8) ctype_cntrl — 制御文字かどうかを調べる 説明 ctype_cntrl ... 数を含む文字列とみなします。 警告 PHP 8.1.0 以降は、ctype関数 に文字列でない引数を渡すことは、推奨されなくなり ... 呼び出した場合、結果は常に false になります。 例 例1 ctype_cntrl() の例 <?php $strings = array( 'string1' => ... foreach ( $strings as $name => $testcase ) { if ( ctype_cntrl ( $testcase )) { echo "The string ' $name ' ...
https://man.plustar.jp/php/function.ctype-cntrl.html - [similar]
16 進数を表す文字かどうかを調べる 7734
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ctype_xdigit — 16 進数を表す文字かどうかを調べる 説明 ct ... 数を含む文字列とみなします。 警告 PHP 8.1.0 以降は、ctype関数 に文字列でない引数を渡すことは、推奨されなくなり ... 呼び出した場合、結果は常に false になります。 例 例1 ctype_xdigit() の例 <?php $strings = array( 'AB10BC99' , ... 2bc99' ); foreach ( $strings as $testcase ) { if ( ctype_xdigit ( $testcase )) { echo "The string $testcase ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
はじめに 7211
« Ctype インストール/設定 » PHP Manual Ctype はじめに はじめに 以下の関数は、現在のロケール( set ... 整数の引数を指定してコールした場合、これらの関数は、 ctype.h に記述された C の同名の関数と全く同様に動作します ... 関してチェックが行われます。 警告 PHP 8.1.0 以降は、ctype関数 に文字列でない引数を渡すことは、推奨されなくなり ... のものを指定した場合は、直ちに false が 返されます。 ctype 関数は、正規表現よりもつねに好ましく、さらに "str_ ... な関数よりも好ましいことに注意してください。 これは、ctype 関数がネイティブな C ライブラリを使用しており、処理 ...
https://man.plustar.jp/php/intro.ctype.html - [similar]
Dynamically constructs a new C array type 7070
« FFI::alignof FFI::cast » PHP Manual FFI Dynamically constructs a new C array type FFI::arrayTy ... array type 説明 public static FFI::arrayType ( FFI\CType $type , array $dimensions ): FFI\CType Dynamically ... id C declaration as string , or an instance of FFI\CType which has already been created. dimensions The dim ... as array . 戻り値 Returns the freshly created FFI\CType object. 関連キーワード: type , array , Dynamically ... , new , constructs , C , dimensions , CType , arrayType , ted ...
https://man.plustar.jp/php/ffi.arraytype.html - [similar]
Gets the alignment 6928
« FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP ... 説明 public static FFI::alignof ( FFI\CData | FFI\CType &$ptr ): int Gets the alignment of the given FFI\C ... Data or FFI\CType object. パラメータ ptr The handle of the C data or ... eturns the alignment of the given FFI\CData or FFI\CType object. 関連キーワード: alignment , the , CData , ...
https://man.plustar.jp/php/ffi.alignof.html - [similar]
Performs a C type cast 6872
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH ... P 8) FFI::cast — Performs a C type cast 説明 public static FFI::cast ( FFI\CType | s ... | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | ... a, and the source ptr must survive the result. The C type may be specified as a string with any valid C typ ... e declaration or as FFI\CType object, created before. If this method is called s ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
定義済み定数 6674
« リソース型 Ctype 関数 » PHP Manual Ctype 定義済み定数 定義済み定数 定数は定義されていません。 ... 関連キーワード: 定義 , 定数 , Ctype , リソース , 関数 , ...
https://man.plustar.jp/php/ctype.constants.html - [similar]
Gets the size of C data or types 6462
« FFI::scope FFI::string » PHP Manual FFI Gets the size of C data or types FFI::sizeof (PHP 7 >= ... s 説明 public static FFI::sizeof ( FFI\CData | FFI\CType &$ptr ): int Returns the size of the given FFI\CDa ... ta or FFI\CType object. パラメータ ptr The handle of the C data or ... data , types , the , of , C , or , ptr , sizeof , CType ...
https://man.plustar.jp/php/ffi.sizeof.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT