検索

phrase: max: clip:
target: order:
Results of 1 - 3 of about 3 for packed (0.002 sec.)
パックされたインターネットアドレスを、人間が読める形式に変換する 11031
« http_response_code inet_pton » PHP Manual ネットワーク 関数 パックされたインターネットアドレス ... false を返します。 例 例1 inet_ntop() の例 <?php $packed = chr ( 127 ) . chr ( 0 ) . chr ( 0 ) . chr ( 1 ); ... $expanded = inet_ntop ( $packed ); /* 出力: 127.0.0.1 */ echo $expanded ; $packed ... ( 0 ), 15 ) . chr ( 1 ); $expanded = inet_ntop ( $packed ); /* 出力: ::1 */ echo $expanded ; ?> 参考 long2i ...
https://man.plustar.jp/php/function.inet-ntop.html - [similar]
Serialization to BSON 10138
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... erialization to BSON Arrays If an array is a packed array — i.e. empty array or the keys start at 0 an ... ial without gaps: BSON array . If the array is not packed — i.e. having associative (string) keys, the keys ... ngoDB\BSON\Serializable::bsonSerialize() returns a packed array, serialize as a BSON array. If MongoDB\BSON\ ... Serializable::bsonSerialize() returns a non-packed array or stdClass , serialize as a BSON document. ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
サポートされるエンコーディングの概要 6715
« 定義済み定数 日本語のマルチバイト文字に関する基本事項 » PHP Manual マルチバイト文字列 サポート ... ) EUC-JP (推奨される MIME 名) / Extended_UNIX_Code_Packed_Format_for_Japanese / csEUCPkdFmtJapanese US-ASCII ... :1990 を合成したもの この名前が Extended UNIX Code Packed Format for Japanese を短縮したものであることからわ ...
https://man.plustar.jp/php/mbstring.encodings.html - [similar]
PREV 1 NEXT