検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 291 for length (0.039 sec.)
結果からカラム情報を取得し、オブジェクトとして返す 4497
« mysql_fetch_assoc mysql_fetch_lengths » PHP Manual MySQL 関数 結果からカラム情報を取得し、オブ ... 。エイリアスを定義している場合はエイリアスの名前 max_length - カラムの最大長 not_null - カラムが null 値をとる ... e<br />\n" ; } echo "<pre> blob: $meta -> blob max_length: $meta -> max_length multiple_key: $meta -> multip ...
https://man.plustar.jp/php/function.mysql-fetch-field.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 4497
« xdiff 関数 xdiff_file_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成するファイルの ... てできあがるファイルのサイズを読み込みます。 <?php $length = xdiff_string_bdiff_size ( 'file.bdiff' ); echo " ... Resulting file will be $length bytes long" ; ?> 参考 xdiff_file_bdiff() - 2 つのフ ...
https://man.plustar.jp/php/function.xdiff-file-bdiff-size.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 4497
« xdiff_file_rabdiff xdiff_string_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成する ... inary_patch = file_get_contents ( 'file.bdiff' ); $length = xdiff_string_bdiff_size ( $binary_patch ); echo ... "Resulting file will be $length bytes long" ; ?> 参考 xdiff_string_bdiff() - 2 つの ...
https://man.plustar.jp/php/function.xdiff-string-bdiff-size.html - [similar]
HTTP レスポンスヘッダ 4497
« $php_errormsg $argc » PHP Manual 定義済の変数 HTTP レスポンスヘッダ $http_response_header (PHP ... ) "Accept-Ranges: bytes" [6]=> string(19) "Content-Length: 438" [7]=> string(17) "Connection: close" [8]=> s ... スポンス , ヘッダ , header , Content , Connection , Length , bytes , Server , Accept ...
https://man.plustar.jp/php/reserved.variables.httpresponseheader.html - [similar]
インデックスで指定したノードを取得する 4449
« DOMNodeList::count DOMNotation » PHP Manual DOMNodeList インデックスで指定したノードを取得する ... のノードの数を知るには、 DOMNodeList オブジェクトの length プロパティを使用します。 パラメータ index コレクシ ... TagName ( 'entry' ); for ( $i = 0 ; $i < $items -> length ; $i ++) { echo $items -> item ( $i )-> nodeValue ...
https://man.plustar.jp/php/domnodelist.item.html - [similar]
変換フィルタ 4449
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... メータを連想配列形式で 受け取ることができます。 line-length が与えられた 場合、base64 出力は line-length 文字単 ... VGhpcyBpcyBhIHRlc3QuCg== */ $param = array( 'line-length' => 8 , 'line-break-chars' => "\r\n" ); $fp = fope ...
https://man.plustar.jp/php/filters.convert.html - [similar]
Creates a database 4449
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... acter indicating the field type, and optionally, a length, a precision and a nullable flag. The supported fi ... ion section . 注意 : The fieldnames are limited in length and must not exceed 10 chars. type The type of dat ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
最初の n 文字についてバイナリセーフな文字列比較を行う 4449
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を ... strncmp ( string $string1 , string $string2 , int $length ): int この関数は strcmp() に似ていますが、 各文字 ... ラメータ string1 最初の文字列。 string2 次の文字列。 length 比較する文字数。 戻り値 string1 が string2 より小さ ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
実行時設定 4449
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... T'] PHP_INI_ALL PHP 7.1.0 から利用可能 session.sid_length "32" PHP_INI_ALL PHP 7.1.0 から利用可能 session.si ... I_ALL PHP 7.1.0 で削除されました。 session.entropy_length "0" PHP_INI_ALL PHP 7.1.0 で削除されました。 PHP_I ... Windows でもサポートされています。 session.entropy_length にゼロ以外の値を設定すると、 PHP は Windows Random ... ropy_file のデフォルトになります。 session.entropy_length int session.entropy_length は、前記のファイルから ...
https://man.plustar.jp/php/session.configuration.html - [similar]
定義済み定数 4411
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... CURLINFO_SSL_VERIFYRESULT ( int ) CURLINFO_CONTENT_LENGTH_DOWNLOAD ( int ) CURLINFO_CONTENT_LENGTH_UPLOAD ( ... ) cURL 7.16.3 以降で使用可能です。 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE ( int ) PHP 7.0.7 および cURL 7.30.0 ... 以降で使用可能です。 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE ( int ) PHP 7.0.7 および cURL 7.30.0 ... 7.30.0 以降で使用可能です。 CURLMOPT_MAX_PIPELINE_LENGTH ( int ) PHP 7.0.7 および cURL 7.30.0 以降で使用可能 ...
https://man.plustar.jp/php/curl.constants.html - [similar]