検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1237 for Data (0.031 sec.)
Constructs EvIo watcher object 3180
« EvIo EvIo::createStopped » PHP Manual EvIo Constructs EvIo watcher object EvIo::__construct (P ... ed $fd , int $events , callable $callback , mixed $data = ? , int $priority = ? ) Constructs EvIo watcher ... e the bit masks . callback See Watcher callbacks . data Custom data associated with the watcher. priority ... ance 関連キーワード: EvIo , watcher , Constructs , data , priority , construct , Create , associated , eve ...
https://man.plustar.jp/php/evio.construct.html - [similar]
Create stopped EvSignal watcher object 3180
« EvSignal::__construct EvSignal::set » PHP Manual EvSignal Create stopped EvSignal watcher obje ... topped ( int $signum , callable $callback , mixed $data = null , int $priority = 0 ): EvSignal Create stop ... gnal(7) man page. callback See Watcher callbacks . data Custom data associated with the watcher. priority ... , construct , Create , createStopped , priority , data , callback , signum ...
https://man.plustar.jp/php/evsignal.createstopped.html - [similar]
Free the memory occupied by the result data 3180
« cubrid_fetch cubrid_get_autocommit » PHP Manual CUBRID 関数 Free the memory occupied by the re ... sult data cubrid_free_result (PECL CUBRID >= 8.3.0) cubrid_f ... ee_result — Free the memory occupied by the result data 説明 cubrid_free_result ( resource $req_identifier ... s function frees the memory occupied by the result data. It returns true on success or false on failure. N ... me" } 関連キーワード: result , memory , occupied , data , Free , cubrid , the , free , string , identifier ...
https://man.plustar.jp/php/function.cubrid-free-result.html - [similar]
Adds a record to a database 3180
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... 5, dbase 7) dbase_add_record — Adds a record to a database 説明 dbase_add_record ( resource $database , a ... rray $data ): bool Adds the given data to the database. パラメ ... ータ database The database resource, returned by dbase_open( ... ) or dbase_create() . data An indexed array of data. The number of items must ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 3180
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... nd EOD; $fp = tmpfile (); fwrite ( $fp , $text ); $data = mailparse_uudecode_all ( $fp ); echo "BODY\n" ; ... readfile ( $data [ 0 ][ "filename" ]); echo "UUE ( { $data [ 1 ][ ' ... origfilename' ]} )\n" ; readfile ( $data [ 1 ][ "filename" ]); // 後始末をします unlink ( $ ... data [ 0 ][ "filename" ]); unlink ( $data [ 1 ][ "filename" ]); ?> 上の例の出力は以下となりま ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
データソースがサポートするデータ型についての情報を取得する 3180
« odbc_free_result odbc_longreadlen » PHP Manual ODBC 関数 データソースがサポートするデータ型につ ... 得する 説明 odbc_gettypeinfo ( resource $odbc , int $data_type = 0 ): resource | false データソースがサポート ... BC 接続 ID。詳細は odbc_connect() を参照ください。 data_type データ型。単一のデータ型に情報を制限するために ... 、以下のようなカラムを持つものとなります。 TYPE_NAME DATA_TYPE PRECISION LITERAL_PREFIX LITERAL_SUFFIX CREAT ... YPE_NAME MINIMUM_SCALE MAXIMUM_SCALE 結果セットは、DATA_TYPE および TYPE_NAME でソートされます。 関連キーワ ...
https://man.plustar.jp/php/function.odbc-gettypeinfo.html - [similar]
データをラージオブジェクトに書き込む 3180
« OCILob::truncate OCILob::writeTemporary » PHP Manual OCILob データをラージオブジェクトに書き込 ... ェクトに書き込む 説明 public OCILob::write ( string $data , ? int $length = null ): int | false パラメータ d ... の内部ポインタの現在位置に書き込みます。 パラメータ data LOB に書き込むデータ。 length このパラメータに整数 ... を指定すると、 length バイト書き込むか data の終端に達するか、 いずれか早い方の後に書き込みが停 ... ータ , OCILob , ラージオブジェクト , length , OCI , data , パラメータ , バイト , LOB , int ...
https://man.plustar.jp/php/ocilob.write.html - [similar]
RRD 関数 3180
« OOP PECL/rrd example rrd_create » PHP Manual RRD RRD 関数 RRD 関数 目次 rrd_create — Creates r ... rd database file rrd_error — Gets latest error message rrd ... _fetch — Fetch the data for graph as array rrd_first — Gets the timestamp ... ple from rrd file rrd_graph — Creates image from a data rrd_info — Gets information about rrd file rrd_las ... d_lastupdate — Gets information about last updated data rrd_restore — Restores the RRD file from XML dump ...
https://man.plustar.jp/php/ref.rrd.html - [similar]
DOMCdataSection クラス 3163
« DOMAttr::isId DOMCdataSection::__construct » PHP Manual DOM DOMCdataSection クラス DOMCdataSec ... tion クラス (PHP 5, PHP 7, PHP 8) はじめに DOMCdataSection は DOMText を継承したクラスで、 CData のテキ ... スト表現に使います。 クラス概要 class DOMCdataSection extends DOMText { /* 継承したプロパティ */ ... blic readonly string $ wholeText ; public string $ data ; public readonly int $ length ; public readonly ? ... tent ; /* メソッド */ public __construct ( string $data ) /* 継承したメソッド */ public DOMText::isElement ...
https://man.plustar.jp/php/class.domcdatasection.html - [similar]
DOMComment クラス 3163
« DOMChildNode::replaceWith DOMComment::__construct » PHP Manual DOM DOMComment クラス DOMCommen ... す。 クラス概要 class DOMComment extends DOMCharacterData { /* 継承したプロパティ */ public string $ data ; ... tent ; /* メソッド */ public __construct ( string $data = "" ) /* 継承したメソッド */ public DOMCharacterD ... ata::appendData ( string $data ): bool public DOMCharacterData::de ... leteData ( int $offset , int $count ): bool public DOMChara ...
https://man.plustar.jp/php/class.domcomment.html - [similar]