検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 3989 for int (0.024 sec.)
Spoofchecker クラス 2880
« ResourceBundle::getLocales Spoofchecker::areConfusable » PHP Manual intl Spoofchecker クラス S ... checker クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0) はじめに Unicode は非常にたくさんの文字 ... ラス概要 class Spoofchecker { /* Constants */ const int | float ASCII = 0x10000000 ; const int | float HIG ... HLY_RESTRICTIVE = 0x30000000 ; const int | float MODERATELY_RESTRICTIVE = 0x40000000 ; cons ... t int | float MINIMALLY_RESTRICTIVE = 0x50000000 ; const ...
https://man.plustar.jp/php/class.spoofchecker.html - [similar]
The Swoole\Atomic class 2880
« Swoole\Async::writeFile Swoole\Atomic::add » PHP Manual Swoole The Swoole\Atomic class The Swo ... class Swoole\Atomic { /* メソッド */ public add ( int $add_value = ? ): int public cmpset ( int $cmp_val ... ue , int $new_value ): int public get (): int public set ( ... int $value ): int public sub ( int $sub_value = ? ): int } 目次 Swoo ... e atomic object. 関連キーワード: Swoole , Atomic , int , public , new , cmpset , swoole , 概要 , メソッド ...
https://man.plustar.jp/php/class.swoole-atomic.html - [similar]
変数が整数型かどうかを検査する 2880
« is_float is_integer » PHP Manual 変数操作 関数 変数が整数型かどうかを検査する is_int (PHP 4, P ... HP 5, PHP 7, PHP 8) is_int — 変数が整数型かどうかを検査する 説明 is_int ( mix ... ータ value 評価する変数 戻り値 もし value が 整数型( int )の場合 true 、 そうでない場合は false を返します。 ... 例 例1 is_int() の例 <?php $values = array( 23 , "23" , 23.5 , " ... false ); foreach ( $values as $value ) { echo "is_int(" ; var_export ( $value ); echo ") = " ; var_dump ...
https://man.plustar.jp/php/function.is-int.html - [similar]
Get log count by level, log_path and key_word 2880
« SeasLog::alert SeasLog::analyzerDetail » PHP Manual SeasLog Get log count by level, log_path a ... ord}'` use system pipe and return to PHP (array or int). パラメータ level String. The log information lev ... SEASLOG_INFO or the other level, return count as `int`. 例 例1 SeasLog::analyzerCount() example <?php $c ... とえば以下のようになります。 array(8) { ["DEBUG"]=> int(180) ["INFO"]=> int(214) ["NOTICE"]=> int(0) ["WAR ... NING"]=> int(0) ["ERROR"]=> int(228) ["CRITICAL"]=> int(244) [" ...
https://man.plustar.jp/php/seaslog.analyzercount.html - [similar]
定義済み定数 2880
« リソース型 例 » PHP Manual Yaf 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ) YAF_ENVIRON ( string ) YAF_ERR_STARTUP_FAILED ( int ) YAF_ERR_ROUTE_FAILED ( int ) YAF_ERR_DISPATCH_FA ... ILED ( int ) YAF_ERR_AUTOLOAD_FAILED ( int ) YAF_ERR_NOTFOUND ... _MODULE ( int ) YAF_ERR_NOTFOUND_CONTROLLER ( int ) YAF_ERR_NOTF ... OUND_ACTION ( int ) YAF_ERR_NOTFOUND_VIEW ( int ) YAF_ERR_CALL_FAILE ...
https://man.plustar.jp/php/yaf.constants.html - [similar]
mysqli クラス 2869
« The MySQLi Extension Function Summary mysqli::$affected_rows » PHP Manual MySQLi mysqli クラス ... 概要 class mysqli { /* プロパティ */ public readonly int | string $ affected_rows ; public readonly string ... $ client_info ; public readonly int $ client_version ; public readonly int $ connect_e ... eadonly ? string $ connect_error ; public readonly int $ errno ; public readonly string $ error ; public ... readonly array $ error_list ; public readonly int $ field_count ; public readonly string $ host_info ...
https://man.plustar.jp/php/class.mysqli.html - [similar]
The Parle\Parser class 2869
« Parle\RLexer::reset Parle\Parser::advance » PHP Manual Parle The Parle\Parser class The Parle\ ... ラス概要 class Parle\Parser { /* Constants */ const int ACTION_ERROR = 0 ; const int ACTION_SHIFT = 1 ; co ... nst int ACTION_REDUCE = 2 ; const int ACTION_GOTO = 3 ; co ... nst int ACTION_ACCEPT = 4 ; const int ERROR_SYNTAX = 0 ; c ... onst int ERROR_NON_ASSOCIATIVE = 1 ; const int ERROR_UNKNOW ...
https://man.plustar.jp/php/class.parle-parser.html - [similar]
The Parle\RParser class 2869
« Parle\Parser::validate Parle\RParser::advance » PHP Manual Parle The Parle\RParser class The P ... ラス概要 class Parle\RParser { /* Constants */ const int ACTION_ERROR = 0 ; const int ACTION_SHIFT = 1 ; co ... nst int ACTION_REDUCE = 2 ; const int ACTION_GOTO = 3 ; co ... nst int ACTION_ACCEPT = 4 ; const int ERROR_SYNTAX = 0 ; c ... onst int ERROR_NON_ASSOCIATIVE = 1 ; const int ERROR_UNKNOW ...
https://man.plustar.jp/php/class.parle-rparser.html - [similar]
型宣言 2869
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 ... けません。 float 値が、float でなければいけません。 int 値が、int でなければいけません。 string 値が、文字 ... は、このようになります。: Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Writ ... と同等です。 object | resource | array | string | int | float | bool | null この型は、PHP 8.0.0 以降で利 ... ine 8 例2 インターフェイスによる型宣言の基本 <?php interface I { public function f (); } class C implemen ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]
定義済み定数 2869
« リソース型 Phar アーカイブの使用法 » PHP Manual Phar 定義済み定数 定義済み定数 以下の定数が定義 ... 用可能です。 Phar 圧縮定数 定数 値 説明 Phar::NONE ( int ) 0x00000000 圧縮しない Phar::COMPRESSED ( int ) 0 ... うかを表すフラグとして用いるビットマスク Phar::GZ ( int ) 0x00001000 zlib (gzip) 圧縮 Phar::BZ2 ( int ) 0x ... 圧縮 Phar ファイル形式定数 定数 値 説明 Phar::PHAR ( int ) 1 phar ファイル形式 Phar::TAR ( int ) 2 tar ファ ... イル形式 Phar::ZIP ( int ) 3 zip ファイル形式 Phar 署名定数 定数 値 説明 Ph ...
https://man.plustar.jp/php/phar.constants.html - [similar]