検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1018 for [SIMILAR] 16 1024 4096 WITH 57209 getrusage WITH... (1.883 sec.)
複数の結果が利用可能などうか確認する 0
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する odbc_next_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_next_result — 複数の結果が利用可能などうか確認する 説明 odbc_next_result ( resource $statement ): bool まだ結果セットが存在して odbc_ ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 0
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラーハンドラ関数を設定する set_error_handler (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) set_error_handler — ユーザー定義のエラーハンドラ関数を設定する 説明 set_error_handler ( ? callable $callback , ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
finalキーワード 0
« マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード finalキーワード キーワード final を前に付けて定義されたメソッドや定数は、子クラスから上書きできません。 クラス自体がfinalと定義された場合には、このクラスを拡張することはできません。 例1 finalメ ...
https://man.plustar.jp/php/language.oop5.final.html - [similar]
ZIP ファイルアーカイブをオープンする 0
« ZipArchive::locateName ZipArchive::registerCancelCallback » PHP Manual ZipArchive ZIP ファイルアーカイブをオープンする ZipArchive::open (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) ZipArchive::open — ZIP ファイルアーカイブをオープンする 説明 public ZipArchive::open ( string $filen ...
https://man.plustar.jp/php/ziparchive.open.html - [similar]
10 進数を 16 進数に変換する 0
« decbin decoct » PHP Manual Math 関数 10 進数を 16 進数に変換する dechex (PHP 4, PHP 5, PHP 7, PHP 8) dechex — 10 進数を 16 進数に変換する 説明 dechex ( int $num ): string num で指定した符号なし整数値を 16 進数表現した文字列を返します。 変換できる最大の数字は、32 ビットプラットフォームの ...
https://man.plustar.jp/php/function.dechex.html - [similar]
アドレス文字列を解釈します 0
« imap_reopen imap_rfc822_parse_headers » PHP Manual IMAP 関数 アドレス文字列を解釈します imap_rfc822_parse_adrlist (PHP 4, PHP 5, PHP 7, PHP 8) imap_rfc822_parse_adrlist — アドレス文字列を解釈します 説明 imap_rfc822_parse_adrlist ( string $string , string $default_hostname ): array » RF ...
https://man.plustar.jp/php/function.imap-rfc822-parse-adrlist.html - [similar]
連想配列として結果の行を取得する 0
« mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する mysql_fetch_assoc (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_assoc — 連想配列として結果の行を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは P ...
https://man.plustar.jp/php/function.mysql-fetch-assoc.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 0
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォーマットする strftime (PHP 4, PHP 5, PHP 7, PHP 8) strftime — ロケールの設定に基づいてローカルな日付・時間をフォーマットする 警告 この関数は PHP 8.1.0 で 非推奨 になります。この関数に頼らない ...
https://man.plustar.jp/php/function.strftime.html - [similar]
このカレンダーで使うタイムゾーンを設定する 0
« IntlCalendar::setTime IntlCalendar::toDateTime » PHP Manual IntlCalendar このカレンダーで使うタイムゾーンを設定する IntlCalendar::setTimeZone (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::setTimeZone — このカレンダーで使うタイムゾーンを設定する 説明 オブジェクト指向型 p ...
https://man.plustar.jp/php/intlcalendar.settimezone.html - [similar]
遅延静的束縛 (Late Static Bindings) 0
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Static Bindings) 遅延静的束縛 (Late Static Bindings) PHP には、遅延静的束縛と呼ばれる機能が搭載されています。 これを使用すると、静的継承のコンテキストで呼び出し元のクラスを参照できるようになります ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]