検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1025 for type (0.028 sec.)
Get the socket type 4518
« ZMQSocket::getPersistentId ZMQSocket::getSockOpt » PHP Manual ZMQSocket Get the socket type ZM ... QSocket::getSocketType (PECL zmq >= 0.5.0) ZMQSocket::getSocketType — Get ... the socket type 説明 public ZMQSocket::getSocketType (): int Gets ... the socket type. パラメータ この関数にはパラメータはありません。 戻 ... り値 Returns an integer representing the socket type. The integer can be compared against ZMQ::SOCKET_* ...
https://man.plustar.jp/php/zmqsocket.getsockettype.html - [similar]
Listen on the given IP and port, socket type. 4500
« Swoole\Server::heartbeat Swoole\Server::on » PHP Manual Swoole\Server Listen on the given IP a ... nd port, socket type. Swoole\Server::listen (PECL swoole >= 1.9.0) Swoo ... ::listen — Listen on the given IP and port, socket type. 説明 public Swoole\Server::listen ( string $host ... , int $port , string $socket_type ): bool パラメータ host port socket_type 戻り値 関 ... 連キーワード: type , Listen , given , Swoole , Server , the , listen ...
https://man.plustar.jp/php/swoole-server.listen.html - [similar]
定義済み定数 4500
« 実行時設定 Trader 関数 » PHP Manual Trader 定義済み定数 定義済み定数 以下の定数が定義されていま ... 的にロードされている場合のみ使用可能です。 TRADER_MA_TYPE_SMA ( int ) TRADER_MA_TYPE_EMA ( int ) TRADER_MA_T ... YPE_WMA ( int ) TRADER_MA_TYPE_DEMA ( int ) TRADER_MA_TYPE_TEMA ( int ) TRADER_MA ... _TYPE_TRIMA ( int ) TRADER_MA_TYPE_KAMA ( int ) TRADER_M ... A_TYPE_MAMA ( int ) TRADER_MA_TYPE_T3 ( int ) TRADER_REAL ...
https://man.plustar.jp/php/trader.constants.html - [similar]
Creates a database 4475
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... dbase_create ( string $path , array $fields , int $type = DBASE_TYPE_DBASE ): resource dbase_create() crea ... nsists of a name, a character indicating the field type, and optionally, a length, a precision and a nulla ... ble flag. The supported field types are listed in the introduction section . 注意 : T ... re limited in length and must not exceed 10 chars. type The type of database to be created. Either DBASE_T ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Returns an integer denoting the type of this server 4457
« MongoDB\Driver\Server::getTags MongoDB\Driver\Server::isArbiter » PHP Manual MongoDB\Driver\Se ... rver Returns an integer denoting the type of this server MongoDB\Driver\Server::getType (mon ... godb >=1.0.0) MongoDB\Driver\Server::getType — Returns an integer denoting the type of this ser ... ver 説明 final public MongoDB\Driver\Server::getType (): int Returns an int denoting the type of this s ... タはありません。 戻り値 Returns an int denoting the type of this server. エラー / 例外 引数のパースに失敗し ...
https://man.plustar.jp/php/mongodb-driver-server.gettype.html - [similar]
フィールド番号に対応する型名を返す 4433
« pg_field_type_oid pg_flush » PHP Manual PostgreSQL 関数 フィールド番号に対応する型名を返す pg_ ... field_type (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_field_typ ... — フィールド番号に対応する型名を返す 説明 pg_field_type ( PgSql\Result $result , int $field ): string pg_f ... ield_type() は、指定した result インスタンスにおいて、指定し ... の名前を返します。 注意 : この関数は、以前は pg_fieldtype() と呼ばれていました。 パラメータ result pg_query( ...
https://man.plustar.jp/php/function.pg-field-type.html - [similar]
ColumnResult のコンストラクタ 4433
« mysql_xdevapi\ColumnResult ColumnResult::getCharacterSetName » PHP Manual mysql_xdevapi\Column ... label " , $column -> getColumnLabel (); echo " is type " , $column -> getType (); echo " and is " , ( $co ... たとえば以下のようになります。 Column label hello is type 19 and is Signed. Column label world is type 4 and ... ray ( [0] => mysql_xdevapi\FieldMetadata Object ( [type] => 1 [type_name] => SINT [name] => hello [origina ... _digits] => 0 [length] => 11 [flags] => 0 [content_type] => 0 ) [1] => mysql_xdevapi\FieldMetadata Object ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.construct.html - [similar]
Returns the BinaryInterface's type 4414
« MongoDB\BSON\BinaryInterface::getData MongoDB\BSON\BinaryInterface::__toString » PHP Manual Mo ... BSON\BinaryInterface Returns the BinaryInterface's type MongoDB\BSON\BinaryInterface::getType (mongodb >=1 ... .3.0) MongoDB\BSON\BinaryInterface::getType — Returns the BinaryInterface's type 説明 abstract ... public MongoDB\BSON\BinaryInterface::getType (): int パラメータ この関数にはパラメータはありませ ... ん。 戻り値 Returns the BinaryInterface's type. 参考 MongoDB\BSON\Binary::getType() - Returns the ...
https://man.plustar.jp/php/mongodb-bson-binaryinterface.gettype.html - [similar]
variant を「その場で」別の型に変換する 4390
« variant_round variant_set » PHP Manual COM関数 variant を「その場で」別の型に変換する variant_ ... set_type (PHP 5, PHP 7, PHP 8) variant_set_type — variant を ... 「その場で」別の型に変換する 説明 variant_set_type ( variant $variant , int $type ): void この関数は ... () の場合と同じです。 パラメータ variant variant。 type 戻り値 値を返しません。 参考 variant_cast() - vari ... を、別の型の新しい variant に変換する variant_get_type() - variant オブジェクトの型を返す 関連キーワード: ...
https://man.plustar.jp/php/function.variant-set-type.html - [similar]
variant を、別の型の新しい variant に変換する 4372
« variant_and variant_cat » PHP Manual COM関数 variant を、別の型の新しい variant に変換する var ... 変換する 説明 variant_cast ( variant $variant , int $type ): variant この関数は、 variant のコピーを作成して ... 、 それを指定した type に強制的に変換します。 この関数は、COM ライブラリの ... VariantChangeType() をラップしたものです。 詳細な情報は MSDN ライブラ ... リを参照ください。 パラメータ variant variant。 type type は、定数 VT_XXX の中のひとつでなければなりませ ...
https://man.plustar.jp/php/function.variant-cast.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT