検索

phrase: max: clip:
target: order:
Results of 561 - 570 of about 1237 for Data (0.244 sec.)
The EvStat class 2674
« EvSignal::set EvStat::attr » PHP Manual Ev The EvStat class The EvStat class (PECL ev >= 0.2.0 ... 継承したプロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ priority ; /* メソ ... th , float $interval , callable $callback , mixed $data = null , int $priority = 0 ) public attr (): array ... th , float $interval , callable $callback , mixed $data = null , int $priority = 0 ): void public prev (): ...
https://man.plustar.jp/php/class.evstat.html - [similar]
Removes specified number of bytes from the front of the buffer without copying i... 2674
« EventBuffer::copyout EventBuffer::enableLocking » PHP Manual EventBuffer Removes specified num ... tBuffer::read() , except that it does not copy the data: it just removes it from the front of the buffer. ... false を返します。 参考 EventBuffer::read() - Read data from an evbuffer and drain the bytes read EventBuf ...
https://man.plustar.jp/php/eventbuffer.drain.html - [similar]
Bind variables to a prepared statement as parameters 2674
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... string will be the default. 注意 : If the type of data to be bound is BLOB/CLOB, CUBRID will try to map t ... he data as a PHP stream. If the actually bind value type i ... of a file on the client filesystem. If the type of data to be bound explicitly is ENUM, the bind_value arg ... す。 変更履歴 バージョン 説明 8.3.1 Added BLOB/CLOB data types support. 例 例1 cubrid_bind() example <?php ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
インクリメンタルにエンコードされたデータを解凍する 2674
« gzwrite inflate_get_read_len » PHP Manual Zlib 関数 インクリメンタルにエンコードされたデータを ... 説明 inflate_add ( InflateContext $context , string $data , int $flush_mode = ZLIB_SYNC_FLUSH ): string | fa ... メータ context inflate_init() で作られたコンテクスト data 圧縮されたデータのチャンク flush_mode ZLIB_BLOCK , ... 解凍 , インクリメンタル , inflate , context , 圧縮 , data , init , バージョン , flush ...
https://man.plustar.jp/php/function.inflate-add.html - [similar]
データを復号する 2674
« openssl_csr_sign openssl_dh_compute_key » PHP Manual OpenSSL 関数 データを復号する openssl_dec ... — データを復号する 説明 openssl_decrypt ( string $data , string $cipher_algo , string $passphrase , int $ ... 化方式とキーを使って文字列を復号します。 パラメータ data 復号化する、暗号化されたメッセージ。 cipher_algo 暗 ... 用してください。 passphrase キー options OPENSSL_RAW_DATA あるいは OPENSSL_ZERO_PADDING のいずれか。 iv NULL ...
https://man.plustar.jp/php/function.openssl-decrypt.html - [similar]
値の保存可能な表現を生成する 2674
« print_r settype » PHP Manual 変数操作 関数 値の保存可能な表現を生成する serialize (PHP 4, PHP ... けません。 例 例1 serialize() の例 <?php // $session_data はカレントユーザーのセッション情報を含む多次元配列 ... stmt = odbc_prepare ( $conn , "UPDATE sessions SET data = ? WHERE id = ?" ); $sqldata = array ( serialize ... ( $session_data ), $_SERVER [ 'PHP_AUTH_USER' ]); if (! odbc_execu ... te ( $stmt , $sqldata )) { $stmt = odbc_prepare ( $conn , "INSERT INTO s ...
https://man.plustar.jp/php/function.serialize.html - [similar]
オブジェクト内部で XML パーサを使用する 2674
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... er , "tag_open" , "tag_close" ); xml_set_character_data_handler ( $this -> parser , "cdata" ); } function ... r ); unset( $this -> parser ); } function parse ( $data ) { xml_parse ( $this -> parser , $data ); } funct ... s ) { var_dump ( $tag , $attributes ); } function cdata ( $parser , $cdata ) { var_dump ( $cdata ); } func ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
セッションのデータを書き込む 2674
« SessionHandlerInterface::read SessionIdInterface » PHP Manual SessionHandlerInterface セッショ ... sionHandlerInterface::write ( string $id , string $data ): bool セッションのデータをセッションストレージに ... ールした場合は別です。 パラメータ id セッション id。 data エンコードされたセッションデータ。 これは、PHP がス ... ndlerInterface , 通常 , 注意 , コール , メソッド , data , スーパー , 内部 ...
https://man.plustar.jp/php/sessionhandlerinterface.write.html - [similar]
2674
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... _array = $updateResponse -> getResponse (); $facet_data = $response_array -> facet_counts -> facet_fields ... ; print_r ( $facet_data ); ?> 上の例の出力は、 たとえば以下のようになります ... _array = $updateResponse -> getResponse (); $facet_data = $response_array -> facet_counts -> facet_fields ... ; print_r ( $facet_data ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/solr.examples.html - [similar]
Vtiful\Kernel\Excel autoFilter 2674
« Vtiful\Kernel\Excel::addSheet Vtiful\Kernel\Excel::constMemory » PHP Manual Vtiful\Kernel\Exce ... ( 'test.xlsx' ) -> header ([ 'name' , 'age' ]) -> data ( $data ) -> autoFilter ( 'A1:B11' ) // auto filte ...
https://man.plustar.jp/php/vtiful-kernel-excel.autoFilter.html - [similar]