検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 1237 for Data (6.460 sec.)
新しい SimpleXMLElement オブジェクトを作成する 2760
« SimpleXMLElement::children SimpleXMLElement::count » PHP Manual SimpleXMLElement 新しい Simple ... 説明 public SimpleXMLElement::__construct ( string $data , int $options = 0 , bool $dataIsURL = false , str ... leXMLElement オブジェクトを作成します。 パラメータ data 整形式 XML 文字列。 もし dataIsURL が true の場合に ... には LIBXML_PARSEHUGE を指定することになるでしょう。 dataIsURL デフォルトでは dataIsURL は false です。 data ... LElement , オブジェクト , 作成 , libxml , エラー , dataIsURL , errors , string , data , namespaceOrPrefix ...
https://man.plustar.jp/php/simplexmlelement.construct.html - [similar]
Forms Data Format 2743
« テキスト以外の MIME 型 はじめに » PHP Manual テキスト以外の MIME 型 Forms Data Format Forms Data ... 設定 , フィールド , ドキュメント , Forms , Format , Data , 取得 , キー ...
https://man.plustar.jp/php/book.fdf.html - [similar]
EvFork クラス 2743
« EvEmbed::sweep EvFork::__construct » PHP Manual Ev EvFork クラス EvFork クラス (PECL ev >= 0.2 ... 継承したプロパティ */ public $ is_active ; public $ data ; public $ is_pending ; public $ priority ; /* メソ ... / public __construct ( callable $callback , mixed $data = null , int $priority = 0 ) final public static c ... reateStopped ( string $callback , string $data = ? , string $priority = ? ): object /* 継承したメ ...
https://man.plustar.jp/php/class.evfork.html - [similar]
The parallel\Channel class 2743
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channe ... s an unbuffered channel is not only a way to share data among tasks but also a simple method of synchroniz ... An unbuffered channel is the fastest way to share data among tasks, requiring the least copying. Buffered ... parallel\Channel::recv() will block until there is data in the buffer. Closures over Channels A powerful f ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
Basic FFI usage 2743
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail ... ruct timezone *tz); " , "libc.so.6" ); // create C data structures $tv = $ffi -> new ( "struct timeval" ); ... $tv ), FFI :: addr ( $tz ))); // access field of C data structure var_dump ( $tv -> tv_sec ); // print the ... whole C data structure var_dump ( $tz ); ?> 上の例の出力は、 た ... ようになります。 int(0) int(1555946835) object(FFI\CData:struct timezone)#3 (2) { ["tz_minuteswest"]=> int( ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
cURL 共有ハンドルのオプションを設定する 2743
« curl_share_init curl_share_strerror » PHP Manual cURL 関数 cURL 共有ハンドルのオプションを設定 ... いデータの種類を指定します。 value 値 説明 CURL_LOCK_DATA_COOKIE クッキーのデータを共有する。 CURL_LOCK_DATA ... キャッシュを共有することに注意しましょう。 CURL_LOCK_DATA_SSL_SESSION SSL セッション ID を共有し、同一サーバ ... l_share_setopt ( $sh , CURLSHOPT_SHARE , CURL_LOCK_DATA_COOKIE ); // 最初の cURL ハンドルを作り、共有ハンド ...
https://man.plustar.jp/php/function.curl-share-setopt.html - [similar]
文字列を圧縮する 2743
« gzclose gzdecode » PHP Manual Zlib 関数 文字列を圧縮する gzcompress (PHP 4 >= 4.0.1, PHP 5, PH ... press — 文字列を圧縮する 説明 gzcompress ( string $data , int $level = -1 , int $encoding = ZLIB_ENCODING_ ... 縮アルゴリズムについての詳細は、 " » ZLIB Compressed Data Format Specification version 3.3 " (RFC 1950) を参 ... については、 gzencode() を参照ください。 パラメータ data 圧縮するデータ level 圧縮レベル。0 で圧縮無し、9 で ...
https://man.plustar.jp/php/function.gzcompress.html - [similar]
指定したテーブルにあるカラム名のリストを取得する 2743
« odbc_columnprivileges odbc_commit » PHP Manual ODBC 関数 指定したテーブルにあるカラム名のリスト ... ます。 TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER_LENGTH DECIMAL_D ... ITS NUM_PREC_RADIX NULLABLE REMARKS COLUMN_DEF SQL_DATA_TYPE SQL_DATETIME_SUB CHAR_OCTET_LENGTH ORDINAL_PO ... ] => dbo [TABLE_NAME] => TEST [COLUMN_NAME] => id [DATA_TYPE] => 4 [TYPE_NAME] => int [COLUMN_SIZE] => 10 ... [NULLABLE] => 0 [REMARKS] => [COLUMN_DEF] => [SQL_DATA_TYPE] => 4 [SQL_DATETIME_SUB] => [CHAR_OCTET_LENGT ...
https://man.plustar.jp/php/function.odbc-columns.html - [similar]
行をオブジェクトとして得る 2743
« pg_fetch_assoc pg_fetch_result » PHP Manual PostgreSQL 関数 行をオブジェクトとして得る pg_fetc ... していました。 例 例1 pg_fetch_object() の例 <?php $database = "store" ; $db_conn = pg_connect ( "host=loca ... lhost port=5432 dbname= $database " ); if (! $db_conn ) { echo "Failed connectin ... g to postgres database $database \n" ; exit; } $qu = pg_query ( $db_c ... "SELECT * FROM books ORDER BY author" ); while ( $data = pg_fetch_object ( $qu )) { echo $data -> author ...
https://man.plustar.jp/php/function.pg-fetch-object.html - [similar]
Returns the number of rows modified by the last INSERT, UPDATE, or DELETE query ... 2743
« sqlsrv_rollback sqlsrv_send_stream_data » PHP Manual SQLSRV 関数 Returns the number of rows mo ... serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => ... v_errors (), true )); } $sql = "UPDATE Table_1 SET data = ? WHERE id = ?" ; $params = array( "updated data ...
https://man.plustar.jp/php/function.sqlsrv-rows-affected.html - [similar]