検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 38 for lo (0.005 sec.)
サンプル 6698
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得 ... 初期化されていない変数のデフォルト値 Example#91 - global の使用 Example#92 - globalのかわりに$GLOBALSを使 ... ファレンスと foreach ステートメント Example#356 - $GLOBALS の例 Example#357 - $GLOBALS 配列全体を書き換え ... s の例 Example#389 - 基本的な使用法 Example#390 - Closure::bind の例 Example#391 - Closure::bindTo の例 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 6666
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バック ... 終了を通知します。 警告 pg_put_line() の使用は、 pg_lo_read() や pg_lo_tell() などを含むラージオブジェクト ... $conn , "create table bar (a int4, b char(16), d float8)" ); pg_query ( $conn , "copy bar from stdin" ) ... ; pg_put_line ( $conn , "3\thello world\t4.5\n" ); pg_put_line ( $conn , "4\tgoodbye ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
Unicode character classes 6525
« Character classes Alternation and repetition » PHP Manual Pattern matching Unicode character c ... \p{L} Letter. \p{LC} Letter, cased. \p{Ll} Letter, lowercase. \p{Lm} Letter, modifier. \p{Lo} Letter, ot ... ark. \p{Mc} Mark, space combining. \p{Me} Mark, enclosing. \p{Mn} Mark, nonspacing. \p{N} Number. \p{Nd} ... or. \p{Pd} Punctuation, dash. \p{Pe} Punctuation, close. \p{Pf} Punctuation, final quote. \p{Pi} Punctua ...
https://man.plustar.jp/php/parle.regex.unicodecharclass.html - [similar]
定義済み定数 6525
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 ... NNECTION_STARTED ( int ) PGSQL_SEEK_SET ( int ) pg_lo_seek() に渡します。シーク操作は オブジェクトの先頭 ... から始められます。 PGSQL_SEEK_CUR ( int ) pg_lo_seek() に渡します。シーク操作は カレントの位置から ... 始められます。 PGSQL_SEEK_END ( int ) pg_lo_seek() に渡します。シーク操作は オブジェクトの最後 ... るいは WARNING 、 NOTICE 、 DEBUG 、 INFO 、あるいは LOG (通知メッセージ内)、あるいはこれらの各国語版のう ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
Unicode 文字プロパティ 6525
« エスケープシーケンス アンカー » PHP Manual PCRE 正規表現構文 Unicode 文字プロパティ Unicode 文 ... (Surrogate) L アルファベット (Letter) Ll 、 Lm 、 Lo 、 Lt および Lu を含む Ll 小文字アルファベット (Lo ... wer case letter) Lm 擬似文字 (Modifier letter) Lo その他の文字 (Other letter) Lt タイトル文字 (Title ... 文字 (Spacing mark) Me 他の文字を囲むための文字 (Enclosing mark) Mn 他の文字を修飾するための文字 (Non-spa ... ) Pd ダッシュ (Dash punctuation) Pe 閉じ句読記号 (Close punctuation) Pf 末尾句読記号 (Final punctuation) ...
https://man.plustar.jp/php/regexp.reference.unicode.html - [similar]
Create a glo instance 6493
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... a glo instance cubrid_new_glo (PECL CUBRID >= 8.3.0) cub ... rid_new_glo — Create a glo instance 説明 cubrid_new_glo ( reso ... name , string $file_name ): string The cubrid_new_glo() function is used to create a glo instance in the ... requested class (glo class). The glo created is a LO type, and is store ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
テーブルからメタデータを取得する 6462
« pg_lo_write pg_num_fields » PHP Manual PostgreSQL 関数 テーブルからメタデータを取得する pg_met ...
https://man.plustar.jp/php/function.pg-meta-data.html - [similar]
指定したすべてのオブジェクトとそのオブジェクト ID を返す 6462
« snmp2_getnext snmp2_set » PHP Manual SNMP 関数 指定したすべてのオブジェクトとそのオブジェクト ... walk() の使用法 <?php print_r ( snmp2_real_walk ( "localhost" , "public" , "IF-MIB::ifName" )); ?> 上の例 ... うになります。 Array ( [IF-MIB::ifName.1] => STRING: lo [IF-MIB::ifName.2] => STRING: eth0 [IF-MIB::ifName ...
https://man.plustar.jp/php/function.snmp2-real-walk.html - [similar]
指定したオブジェクトに関するオブジェクト ID を含むすべてのオブジェクトを返す 6462
« snmpgetnext snmpset » PHP Manual SNMP 関数 指定したオブジェクトに関するオブジェクト ID を含むす ... ealwalk() の使用法 <?php print_r ( snmprealwalk ( "localhost" , "public" , "IF-MIB::ifName" )); ?> 上の例 ... うになります。 Array ( [IF-MIB::ifName.1] => STRING: lo [IF-MIB::ifName.2] => STRING: eth0 [IF-MIB::ifName ...
https://man.plustar.jp/php/function.snmprealwalk.html - [similar]
文字列を配列に変換する 6462
« str_shuffle str_starts_with » PHP Manual String 関数 文字列を配列に変換する str_split (PHP 5, ... ます。 例 例1 str_split() の使用例 <?php $str = "Hello Friend" ; $arr1 = str_split ( $str ); $arr2 = str_ ... e [10] => n [11] => d ) Array ( [0] => Hel [1] => lo [2] => Fri [3] => end ) 注意 注意 : str_split() で ... 割する preg_split() - 正規表現で文字列を分割する explode() - 文字列を文字列により分割する count_chars() - ...
https://man.plustar.jp/php/function.str-split.html - [similar]
PREV 1 2 3 4 NEXT