検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 250 for [SIMILAR] 16 1024 4096 WITH 36556 iptcparse WITH... (0.592 sec.)
ファイルの更新時刻を取得する 0
« fileinode fileowner » PHP Manual ファイルシステム 関数 ファイルの更新時刻を取得する filemtime (PHP 4, PHP 5, PHP 7, PHP 8) filemtime — ファイルの更新時刻を取得する 説明 filemtime ( string $filename ): int | false この関数は、ファイルのブロックデータが書き込まれた時間を返します。 これは ...
https://man.plustar.jp/php/function.filemtime.html - [similar]
ラージオブジェクトをクローズする 0
« pg_last_oid pg_lo_create » PHP Manual PostgreSQL 関数 ラージオブジェクトをクローズする pg_lo_close (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_close — ラージオブジェクトをクローズする 説明 pg_lo_close ( PgSql\Lob $lob ): bool pg_lo_close() はラージオブジェクトをクローズします。 ラージオ ...
https://man.plustar.jp/php/function.pg-lo-close.html - [similar]
ラージオブジェクト全体を読み込みブラウザに直接送信する 0
« pg_lo_open pg_lo_read » PHP Manual PostgreSQL 関数 ラージオブジェクト全体を読み込みブラウザに直接送信する pg_lo_read_all (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_read_all — ラージオブジェクト全体を読み込みブラウザに直接送信する 説明 pg_lo_read_all ( PgSql\Lob $lob ): int pg_lo_read_ ...
https://man.plustar.jp/php/function.pg-lo-read-all.html - [similar]
ラージオブジェクトを読み込む 0
« pg_lo_read_all pg_lo_seek » PHP Manual PostgreSQL 関数 ラージオブジェクトを読み込む pg_lo_read (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_read — ラージオブジェクトを読み込む 説明 pg_lo_read ( PgSql\Lob $lob , int $length = 8192 ): string | false pg_lo_read() は、ラージオブジェクトから ...
https://man.plustar.jp/php/function.pg-lo-read.html - [similar]
ラージオブジェクトの位置をシークする 0
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_seek (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_seek — ラージオブジェクトの位置をシークする 説明 pg_lo_seek ( PgSql\Lob $lob , int $offset , int $whence = SEEK_CUR ): bool pg_lo_seek() は PgS ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
ラージオブジェクトのカレントのシーク位置を返す 0
« pg_lo_seek pg_lo_truncate » PHP Manual PostgreSQL 関数 ラージオブジェクトのカレントのシーク位置を返す pg_lo_tell (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_tell — ラージオブジェクトのカレントのシーク位置を返す 説明 pg_lo_tell ( PgSql\Lob $lob ): int pg_lo_tell() は、ラージオブジェクト ...
https://man.plustar.jp/php/function.pg-lo-tell.html - [similar]
ラージオブジェクトを削除する 0
« pg_lo_truncate pg_lo_write » PHP Manual PostgreSQL 関数 ラージオブジェクトを削除する pg_lo_unlink (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_lo_unlink — ラージオブジェクトを削除する 説明 pg_lo_unlink ( PgSql\Connection $connection , int $oid ): bool pg_lo_unlink() は、 oid で 関連付けられ ...
https://man.plustar.jp/php/function.pg-lo-unlink.html - [similar]
ユーザー定義の例外ハンドラ関数を設定する 0
« set_error_handler trigger_error » PHP Manual エラー処理関数 ユーザー定義の例外ハンドラ関数を設定する set_exception_handler (PHP 5, PHP 7, PHP 8) set_exception_handler — ユーザー定義の例外ハンドラ関数を設定する 説明 set_exception_handler ( ? callable $callback ): ? callable 例外が try/c ...
https://man.plustar.jp/php/function.set-exception-handler.html - [similar]
ジェネレータの構文 0
« ジェネレータとは ジェネレータと Iterator オブジェクトとの比較 » PHP Manual ジェネレータ ジェネレータの構文 ジェネレータの構文 ジェネレータ関数の見た目はふつうの関数とほぼ同じです。違うのは、値を返すのではなく、 必要なだけ値を yield することです。 yield が含まれていれば、どんな関数でもジ ...
https://man.plustar.jp/php/language.generators.syntax.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]