検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1237 for n (0.006 sec.)
結果セットのフィールド情報をオブジェクトの配列で返す 5372
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... 返します。 オブジェクトのプロパティ プロパティ 説明 name カラムの名前。 orgname もしエイリアスが指定され ... アスが指定されている場合の、本来のテーブル名。 max_length 結果セットにおけるフィールドの最大幅。 length テ ... (10) の長さは30になります。 一方、同じ定義でも latin1 の場合の長さは10になります。 charsetnr フィールド ... フィールドのデータ型。 decimals フィールドの桁数(integer 型のフィールド)。 例 例1 オブジェクト指向型 ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]
OCI8 および DTrace 動的トレーシング 5349
« OCI8 Transparent Application Failover (TAF) Support ドライバでサポートされるデータ型 » PHP Man ... としてビルドします。 $ export PHP_DTRACE=yes $ pecl install oci8 php.ini を編集し、作成された oci8.so があ ... る ディレクトリを extension_dir に 設定します。 さらに以下のように追加して ... その拡張モジュールを有効にします。 extension=oci8.so もし、 phpize および configure を ( p ... _DTRACE=yes を設定する必要があります。 それは、 --enable-dtrace オプションが、PECL バンドルの 制限された ...
https://man.plustar.jp/php/oci8.dtrace.html - [similar]
Get result of next query when executing multiple SQL statements 5327
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... uting multiple SQL statements cubrid_next_result (PECL ... CUBRID >= 8.4.0) cubrid_next_result — Get result of next query when executin ... g multiple SQL statements 説明 cubrid_next_result ( resource $result ): bo ... ol The cubrid_next_result() function is used to get results of nex ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 5304
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... ffer event's file descriptor to given address or UNIX socket ... EventBufferEvent::connect (PECL event >= 1.2.6-beta) Ev ... entBufferEvent::connect — Connect buffer event's file ... descriptor to given address or UNIX socket 説明 public EventBufferEven ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]
加算子/減算子 5253
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子 ... にしか影響を及ぼしません。 配列やオブジェクト、boolean、そしてリソースには、何も変更を加えません。 同じく ... null に減算子を適用しても何も起こりませんが、 null に加算子を 適用すると 1 となります。 加算子/減算 ... " ; $a = 5 ; echo "5 となります: " . $a ++ . "<br>\n" ; echo "6 となります: " . $a . "<br>\n" ; echo "< ... " ; $a = 5 ; echo "6 となります: " . ++ $a . "<br>\n" ; echo "6 となります: " . $a . "<br>\n" ; echo "< ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
Get column information from a result and return as an object 5185
« cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat ... ion from a result and return as an object cubrid_fetch ... ECL CUBRID >= 8.3.1) cubrid_fetch_field — Get column information from a result and return as an object ... 説明 cubrid_fetch_field ( resource $result , int $field_offset = 0 ): object This function returns ... an object with certain properties of the specific col ...
https://man.plustar.jp/php/function.cubrid-fetch-field.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 5037
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... フィールドオフセットを取得する mysqli_result::$current_field mysqli_field_tell (PHP 5, PHP 7, PHP 8) mys ... qli_result::$current_field -- mysqli_field_tell — 結果ポインタにおける ... ールドオフセットを取得する 説明 オブジェクト指向型 int $mysqli_result->current_field ; 手続き型 mysqli_f ... ield_tell ( mysqli_result $result ): int 直近の mysqli_fetch_field() のコールで使用した フ ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
新しいメールボックスを作る 4940
« imap_create imap_delete » PHP Manual IMAP 関数 新しいメールボックスを作る imap_createmailbox ( ... ールボックスを作る 説明 imap_createmailbox ( IMAP\Connection $imap , string $mailbox ): bool imap_create ... メールボックスを作成します。 パラメータ imap IMAP\Connection クラスのインスタンス。 mailbox メールボック ... ス名。詳細は imap_open() を参照ください。 この名前に国際化文字を含む場合に ... は、 imap_utf7_encode() でエンコードする必要があります。 警告 信頼で ...
https://man.plustar.jp/php/function.imap-createmailbox.html - [similar]
単一または全てのフィールドをクリアする 4940
« IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー ... ルドをクリアする IntlCalendar::clear (PHP 5 >= 5.5.0, PHP 7, PHP 8, PE ... CL >= 3.0.0a1) IntlCalendar::clear — 単一または全てのフィールドをクリ ... アする 説明 オブジェクト指向型 public IntlCalendar::clear ( ? int $field = null ): bool 手続 ... き型 intlcal_clear ( IntlCalendar $calendar , ? int $field ...
https://man.plustar.jp/php/intlcalendar.clear.html - [similar]
Oracle データベースに接続する 4918
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_connect — Oracle データベースに接続する 説明 oci_conne ... ct ( string $username , string $password , ? string $connecti ... on_string = null , string $encoding = "" , int $sessi ... on_mode = OCI_DEFAULT ): resource | false 他のほとんど ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT