検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 440 for last (0.017 sec.)
結果に関連するエラーメッセージを取得する 4232
« pg_result_error_field pg_result_seek » PHP Manual PostgreSQL 関数 結果に関連するエラーメッセー ... エラーメッセージを返します。 このため、ユーザーが pg_last_error() よりも適切な エラーメッセージを得る可能性が ... pg_get_result() - 非同期クエリの結果を取得する pg_last_error() - 特定の接続から直近のエラーメッセージ文字 ... 列を取得する pg_last_notice() - PostgreSQL サーバーからの直近の通知メッ ...
https://man.plustar.jp/php/function.pg-result-error.html - [similar]
The Set class 4199
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... ol public join ( string $glue = ? ): string public last (): mixed public merge ( mixed $values ): Ds\Set p ... presentation that can be converted to JSON Ds\Set::last — Returns the last value in the set Ds\Set::merge ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
メールボックスのリストを読み込む 4199
« imap_last_error imap_listmailbox » PHP Manual IMAP 関数 メールボックスのリストを読み込む imap_ ... , OP_HALFOPEN ) or die( "接続できません: " . imap_last_error ()); $list = imap_list ( $mbox , "{imap.exam ... } else { echo "imap_list が失敗しました: " . imap_last_error () . "\n" ; } imap_close ( $mbox ); ?> 参考 ...
https://man.plustar.jp/php/function.imap-list.html - [similar]
配列をキーで昇順にソートする 4199
« krsort list » PHP Manual 配列 関数 配列をキーで昇順にソートする ksort (PHP 4, PHP 5, PHP 7, PH ... ort() の振る舞い <?php $a = [ 0 => 'First' , 2 => 'Last' , 1 => 'Middle' ]; var_dump ( $a ); ksort ( $a ); ... rray(3) { [0]=> string(5) "First" [2]=> string(4) "Last" [1]=> string(6) "Middle" } array(3) { [0]=> strin ... "First" [1]=> string(6) "Middle" [2]=> string(4) "Last" } 参考 sort() - 配列を昇順にソートする krsort() - ...
https://man.plustar.jp/php/function.ksort.html - [similar]
PCRE 関数 4199
« パフォーマンス preg_filter » PHP Manual PCRE PCRE 関数 PCRE 関数 目次 preg_filter — 正規表現に ... g_grep — パターンにマッチする配列の要素を返す preg_last_error_msg — 最後に実行した PCRE 正規表現に関するエ ... ラーメッセージを返す preg_last_error — 直近の PCRE 正規表現処理のエラーコードを返 ...
https://man.plustar.jp/php/ref.pcre.html - [similar]
inode 変更時刻を取得する 4199
« SplFileInfo::getBasename SplFileInfo::getExtension » PHP Manual SplFileInfo inode 変更時刻を取 ... <?php $info = new SplFileInfo ( __FILE__ ); echo 'Last changed at ' . date ( 'g:i a' , $info -> getCTime ... ?> 上の例の出力は、 たとえば以下のようになります。 Last changed at 1:49 pm 参考 filectime() - ファイルの i ...
https://man.plustar.jp/php/splfileinfo.getctime.html - [similar]
IteratorAggregate インターフェイス 4166
« Iterator::valid IteratorAggregate::getIterator » PHP Manual 定義済みのインターフェイスとクラス ... ic function __construct () { $this -> property4 = "last property" ; } public function getIterator () { ret ... property three" string(9) "property4" string(13) "last property" 目次 IteratorAggregate::getIterator — 外 ...
https://man.plustar.jp/php/class.iteratoraggregate.html - [similar]
サービスに送信された直近の制御メッセージを返す 4166
« win32_delete_service win32_pause_service » PHP Manual win32service 関数 サービスに送信された直 ... 近の制御メッセージを返す win32_get_last_control_message (PECL win32service >=0.1.0) win32_ ... get_last_control_message — サービスに送信された直近の制御メ ... ッセージを返す 説明 win32_get_last_control_message (): int サービスプロセスに送信され ...
https://man.plustar.jp/php/function.win32-get-last-control-message.html - [similar]
スキップされた実時間を扱う際の振る舞いを取得する 4166
« IntlCalendar::getRepeatedWallTimeOption IntlCalendar::getTime » PHP Manual IntlCalendar スキッ ... を取得します。 デフォルト値は IntlCalendar::WALLTIME_LAST です。 このオプションを有効にするには、 カレンダー ... lCalendar::WALLTIME_FIRST , IntlCalendar::WALLTIME_LAST , IntlCalendar::WALLTIME_NEXT_VALID のうちのいずれ ... $cal -> getSkippedWalltimeOption () // 0 WALLTIME_LAST ); $formatter = IntlDateFormatter :: create ( NULL ...
https://man.plustar.jp/php/intlcalendar.getskippedwalltimeoption.html - [similar]
結果セットのフィールド情報をオブジェクトの配列で返す 4166
« mysqli_result::fetch_field mysqli_result::fetch_object » PHP Manual mysqli_result 結果セットの ... t_charset ( $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "======= ... t ( $link , $charset ); $query = "SELECT actor_id, last_name from actor ORDER BY actor_id" ; echo "======= ... Length: 5 charsetnr: 63 Flags: 49699 Type: 2 Name: last_name Table: actor Max. Len: 12 Length: 45 charsetn ... Length: 5 charsetnr: 63 Flags: 49699 Type: 2 Name: last_name Table: actor Max. Len: 12 Length: 135 charset ...
https://man.plustar.jp/php/mysqli-result.fetch-fields.html - [similar]