検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 1025 for type (0.104 sec.)
SNMP の値が返される方法を設定する 3652
« snmp_set_quick_print snmp2_get » PHP Manual SNMP 関数 SNMP の値が返される方法を設定する snmp_s ... 返します。 SNMP_VALUE_OBJECT プロパティ value および type をもつオブジェクトを返します。 type は SNMP_OCTET_ ... 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see constants // [value] ... 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see constants // [value] ... 'IF-MIB::ifName.1' ); // stdClass Object // ( // [type] => 4 <-- SNMP_OCTET_STR, see constants // [value] ...
https://man.plustar.jp/php/function.snmp-set-valueretrieval.html - [similar]
notification コンテキストパラメータ用のコールバック関数 3652
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... e: " , $bytes_max ; break; case STREAM_NOTIFY_MIME_TYPE_IS : echo "Found the mime-type: " , $message ; bre ... ば以下のようになります。 Connected... Found the mime-type: text/html; charset=utf-8 Being redirected to: htt ... ct Connected... Got the filesize: 0 Found the mime-type: text/html; charset=utf-8 Being redirected to: htt ... Connected... Got the filesize: 4589 Found the mime-type: text/html;charset=utf-8 Made some progress, downl ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
CUBRID 関数 3652
« 例 cubrid_bind » PHP Manual CUBRID CUBRID 関数 CUBRID 関数 目次 cubrid_bind — Bind variables t ... handle cubrid_col_get — Get contents of collection type column using OID cubrid_col_size — Get the number ... of elements in collection type column using OID cubrid_column_names — Get the col ... umn names in result cubrid_column_types — Get column types in result cubrid_commit — Comm ... cubrid_seq_drop — Delete an element from sequence type column using OID cubrid_seq_insert — Insert an ele ...
https://man.plustar.jp/php/ref.cubrid.html - [similar]
ディレクトリ全体を読み込む 3634
« eio_readahead eio_readlink » PHP Manual Eio 関数 ディレクトリ全体を読み込む eio_readdir (PECL ... らに以下のキーを持ちます ( 'name' - ディレクトリ名/ 'type' - EIO_DT_* 定数のいずれか/ 'inode' - inode 番号。 ... [0]=> array(3) { ["name"]=> string(7) "archive" ["type"]=> int(4) ["inode"]=> int(393265) } [1]=> array(3 ... ) { ["name"]=> string(8) "articles" ["type"]=> int(4) ["inode"]=> int(393266) } [2]=> array(3 ... ) { ["name"]=> string(8) "incoming" ["type"]=> int(4) ["inode"]=> int(393267) } [3]=> array(3 ...
https://man.plustar.jp/php/function.eio-readdir.html - [similar]
指定したテーブルにあるカラム名のリストを取得する 3634
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER_LENGTH DECIMAL_DIGITS ... UM_PREC_RADIX NULLABLE REMARKS COLUMN_DEF SQL_DATA_TYPE SQL_DATETIME_SUB CHAR_OCTET_LENGTH ORDINAL_POSITIO ... dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [DATA_TYPE] => 4 [TYPE_NAME] => int [COLUMN_SIZE] => 10 [BUFF ... LABLE] => 0 [REMARKS] => [COLUMN_DEF] => [SQL_DATA_TYPE] => 4 [SQL_DATETIME_SUB] => [CHAR_OCTET_LENGTH] => ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
Description 3634
« Imagick::spreadImage Imagick::steganoImage » PHP Manual Imagick Description Imagick::statistic ... ription 説明 public Imagick::statisticImage ( int $type , int $width , int $height , int $channel = Imagic ... hood of the specified width and height. パラメータ type width height channel 戻り値 成功した場合に true を ... p function statisticImage ( $imagePath , $statisticType , $width , $height , $channel ) { $imagick = new \ ... agePath )); $imagick -> statisticImage ( $statisticType , $width , $height , $channel ); header ( "Content ...
https://man.plustar.jp/php/imagick.statisticimage.html - [similar]
設定で定義したルートをルーターに追加する 3634
« Yaf_Router Yaf_Router::addRoute » PHP Manual Yaf_Router 設定で定義したルートをルーターに追加す ... route match request /product/*/* routes.route_name.type="rewrite" routes.route_name.match="/product/:name/ ... x route match request /list/*/* routes.route_name1.type="regex" routes.route_name1.match="#^list/([^/]*)/( ... ?c=controller&a=action&m=module routes.route_name2.type="simple" routes.route_name2.controller=c routes.ro ... le router match /**?r=PATH_INFO routes.route_name3.type="supervar" routes.route_name3.varname=r ;a map rou ...
https://man.plustar.jp/php/yaf-router.addconfig.html - [similar]
Foreign Function Interface 3610
« user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct ... C data FFI::alignof — Gets the alignment FFI::arrayType — Dynamically constructs a new C array type FFI::c ... ast — Performs a C type cast FFI::cdef — Creates a new FFI object FFI::fre ... reloading FFI::sizeof — Gets the size of C data or types FFI::string — Creates a PHP string from a memory ... area FFI::type — Creates an FFI\CType object from a C declaration ...
https://man.plustar.jp/php/book.ffi.html - [similar]
The EventHttpRequest class 3610
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... lic addHeader ( string $key , string $value , int $type ): bool public cancel (): void public clearHeaders ... = null ) public findHeader ( string $key , string $type ): void public free (): void public closeConnectio ... string public removeHeader ( string $key , string $type ): void public sendError ( int $error , string $re ... ventHttpRequest::INPUT_HEADER Request input header type. EventHttpRequest::OUTPUT_HEADER Request output he ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
The MongoDB\BSON\Decimal128 class 3610
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSO ... N\Decimal128 class (mongodb >=1.2.0) はじめに BSON type for the » Decimal128 floating-point format , which ... nt range of -6143 to +6144. Unlike the double BSON type (i.e. float in PHP), which only stores an approxim ... ation of the decimal values, the decimal data type stores the exact value. For example, MongoDB\BSON\ ... ts MongoDB\BSON\Decimal128Interface , MongoDB\BSON\Type , Serializable , JsonSerializable , Stringable { / ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]