検索

phrase: max: clip:
target: order:
Results of 621 - 630 of about 1237 for Data (0.036 sec.)
XLSWriter 2589
« rpmvercmp はじめに » PHP Manual テキスト以外の MIME 型 XLSWriter XLSWriter はじめに インストー ... iful\Kernel\Excel constructor Vtiful\Kernel\Excel::data — Vtiful\Kernel\Excel data Vtiful\Kernel\Excel::fi ...
https://man.plustar.jp/php/book.xlswriter.html - [similar]
The Zookeeper class 2589
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... ; const int RUNTIMEINCONSISTENCY = -2 ; const int DATAINCONSISTENCY = -3 ; const int CONNECTIONLOSS = -4 ... ENCY A runtime inconsistency was found. Zookeeper::DATAINCONSISTENCY A data inconsistency was found. Zooke ... LINGERROR Error while marshalling or unmarshalling data. Zookeeper::UNIMPLEMENTED Operation is unimplement ... zookeeper synchronously Zookeeper::get — Gets the data associated with a node synchronously Zookeeper::ge ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
2589
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... . The following code required to connect to CUBRID database, which means CUBRID Server and CUBRID Broker h ... e to be running. The example below uses the demodb database as an examples. By default it is created durin ... ion. Make sure it has been created. 例1 Example of Data Retrieval <html> <head> <meta http-equiv="content- ... ost_port , $db_name ); if (! $cubrid_con ) { echo "Database Connection Error" ; exit; } ?> <?php $sql = "s ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
文字列をより小さな部分に分割する 2589
« chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split ( ... 例1 chunk_split() の例 <?php // RFC 2045 に基づき $data をフォーマットします $new_string = chunk_split ( b ... ase64_encode ( $data )); ?> 参考 str_split() - 文字列を配列に変換する e ...
https://man.plustar.jp/php/function.chunk-split.html - [similar]
Opens a database 2589
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... , dbase 5, dbase 7) dbase_open — Opens a database 説明 dbase_open ( string $path , int $mode ): ... resource | false dbase_open() opens a dBase database with the given access mode. 注意 : この関数の動 ... の設定に依存します。 パラメータ path The path of the database. It can be a relative or absolute path to the ... file where dBase will store your data. mode An integer which correspond to those for the ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
処理対象のリクエスト数を返す 2589
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... 。 例 例1 eio_nreqs() の例 <?php function res_cb ( $data , $result ) { var_dump ( $data ); var_dump ( $resu ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
テーブルを更新する 2589
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3. ... れた場合、指定したオプションとともに pg_convert() が data に適用されます。 デフォルトでは、 pg_update() は生 ... e() の例 <?php $db = pg_connect ( 'dbname=foo' ); $data = array( 'field1' => 'AA' , 'field2' => 'BB' ); // ... ん。 $res = pg_update ( $db , 'post_log' , $_POST , $data ); if ( $res ) { echo "データが更新されました: $re ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
システムリソース制限に関する情報を返す 2589
« posix_getpwuid posix_getsid » PHP Manual POSIX 関数 システムリソース制限に関する情報を返す pos ... m プロセスの仮想メモリの最大サイズを表すバイト数。 data プロセスのデータセグメントの最大サイズを表すバイト ... ( [soft core] => 0 [hard core] => unlimited [soft data] => unlimited [hard data] => unlimited [soft stack ...
https://man.plustar.jp/php/function.posix-getrlimit.html - [similar]
ChaCha20-Poly1305 を使って暗号化し、認証を行う 2589
« sodium_crypto_aead_chacha20poly1305_decrypt sodium_crypto_aead_chacha20poly1305_ietf_decrypt » ... 305_encrypt ( string $message , string $additional_data , string $nonce , string $key ): string ChaCha20-P ... メータ message 暗号化するプレーンテキスト additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-encrypt.... - [similar]
XML エラーの対応 2589
« 基本的な SimpleXML の使用法 SimpleXMLElement » PHP Manual 例 XML エラーの対応 XML エラーの対応 ... g mismatch: xml line 1 and broken Premature end of data in tag broken line 1 参考 libxml_use_internal_erro ... ュメント , 読み込み , broken , libXMLError , 参考 , data ...
https://man.plustar.jp/php/simplexml.examples-errors.html - [similar]