検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 3989 for int (0.044 sec.)
定義済み定数 2642
« リソース型 URL 関数 » PHP Manual URLs 定義済み定数 定義済み定数 以下の定数が定義されています。 ... parse_url() で使用するものです。 PHP_URL_SCHEME ( int ) PHP_URL_HOST ( int ) パースした URL のホスト名を ... 出力します。 PHP_URL_PORT ( int ) パースした URL のポート番号を出力します。 PHP_UR ... L_USER ( int ) パースした URL のユーザー名を出力します。 PHP_UR ... L_PASS ( int ) パースした URL のパスワードを出力します。 PHP_UR ...
https://man.plustar.jp/php/url.constants.html - [similar]
配列または Countable オブジェクトに含まれるすべての要素の数を数える 2631
« compact current » PHP Manual 配列 関数 配列または Countable オブジェクトに含まれるすべての要素 ... の数を数える 説明 count ( Countable | array $value , int $mode = COUNT_NORMAL ): int 配列の場合は、配列の全 ... ( count ( $b )); ?> 上の例の出力は以下となります。 int(3) int(3) 例2 Countable|array でない値を渡した場合 ... ount ( false )); ?> 上の例の出力は以下となります。 int(3) int(0) int(1) 上の例の PHP 7.2 での出力は、この ... ようになります。 int(3) Warning: count(): Parameter must be an array or ...
https://man.plustar.jp/php/function.count.html - [similar]
Sets the CUBRID database parameters 2631
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... rid_set_db_parameter ( resource $conn_identifier , int $param_type , int $param_value ): bool The cubrid_ ... となります。 array(4) { ["PARAM_ISOLATION_LEVEL"]=> int(3) ["PARAM_LOCK_TIMEOUT"]=> int(-1) ["PARAM_MAX_ST ... RING_LENGTH"]=> int(1073741823) ["PARAM_AUTO_COMMIT"]=> int(0) } array ... (4) { ["PARAM_ISOLATION_LEVEL"]=> int(2) ["PARAM_LOCK_TIMEOUT"]=> int(-1) ["PARAM_MAX_ST ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
ReflectionObject クラス 2620
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... extends ReflectionClass { /* 継承した定数 */ const int ReflectionClass::IS_IMPLICIT_ABSTRACT = 16 ; const ... int ReflectionClass::IS_EXPLICIT_ABSTRACT = 32 ; const ... int ReflectionClass::IS_FINAL = 64 ; /* 継承したプロパ ... tionClass::getAttributes ( ? string $name = null , int $flags = 0 ): array public ReflectionClass::getCon ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
The Swoole\Table class 2620
« Swoole\Server::tick Swoole\Table::column » PHP Manual Swoole The Swoole\Table class The Swoole ... ments Iterator , Countable { /* Constants */ const int TYPE_INT = 1 ; const int TYPE_STRING = 7 ; const i ... ド */ public column ( string $name , string $type , int $size = ? ): ReturnType public count (): int publi ... array public decr ( string $key , string $column , int $decrby = ? ): ReturnType public del ( string $key ... blic get ( string $row_key , string $column_key ): int public incr ( string $key , string $column , int $ ...
https://man.plustar.jp/php/class.swoole-table.html - [similar]
定義済み定数 2620
« リソース型 例 » PHP Manual OAuth 定義済み定数 定義済み定数 以下の定数が定義されています。 この ... リクエストで使用します。 OAUTH_REQENGINE_STREAMS ( int ) OAuth::setRequestEngine() で使用するもので、 エン ... REQENGINE_CURL を用います。 OAUTH_REQENGINE_CURL ( int ) OAuth::setRequestEngine() で使用するもので、 エン ... 合は OAUTH_REQENGINE_STREAMS を用います。 OAUTH_OK ( int ) 無事に生きています。 OAUTH_BAD_NONCE ( int ) oau ... このリクエストでは使えません。 OAUTH_BAD_TIMESTAMP ( int ) oauth_timestamp の値がサービスプロバイダに受け入 ...
https://man.plustar.jp/php/oauth.constants.html - [similar]
実行時設定 2620
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ィブに関する 簡単な説明を示します。 seaslog.appender int Switch the Record Log Data Store. 1File 2TCP 3UDP ... .324 | this is a notice log seaslog.appender_retry int Record Log Retry Count. Default 0 (Do Not Retry) s ... easlog.buffer_disabled_in_cli int Disable buffer in cli. 1-Y 0-N(Default) Switch the ... to the Data Store IMMEDIATELY. seaslog.buffer_size int Configure the buffer_size with 100. The buffer_siz ...
https://man.plustar.jp/php/seaslog.configuration.html - [similar]
BulletList concrete CommonMark\Node 2609
« CommonMark\Node\BlockQuote CommonMark\Node\BulletList::__construct » PHP Manual CommonMark Bul ... List extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable { /* 継承したプロパ ... lic readonly ? Node $ firstChild ; public readonly int $ startLine ; public readonly int $ endLine ; publ ... ic readonly int $ startColumn ; public readonly int $ endColumn ; ... /* プロパティ */ public bool $ tight ; public int $ delimiter ; /* Constructor */ public __construct ...
https://man.plustar.jp/php/class.commonmark-node-bulletlist.html - [similar]
DateTimeImmutable クラス 2609
« DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI ... ラス概要 class DateTimeImmutable implements DateTimeInterface { /* 継承した定数 */ const string DateTimeIn ... ace::ATOM = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::COOKIE = "l, d-M-Y H:i:s T" ; const string ... DateTimeInterface::ISO8601 = "Y-m-d\TH:i:sO" ; const string Da ... teTimeInterface::RFC822 = "D, d M y H:i:s O" ; const string ...
https://man.plustar.jp/php/class.datetimeimmutable.html - [similar]
DOMText クラス 2609
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOM ... プロパティ */ public string $ data ; public readonly int $ length ; public readonly ? DOMElement $ previous ... me ; public ? string $ nodeValue ; public readonly int $ nodeType ; public readonly ? DOMNode $ parentNod ... espaceInElementContent (): bool public splitText ( int $offset ): DOMText | false /* 継承したメソッド */ ... data ): bool public DOMCharacterData::deleteData ( int $offset , int $count ): bool public DOMCharacterDa ...
https://man.plustar.jp/php/class.domtext.html - [similar]