検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 480 for [SIMILAR] 16 1024 4096 WITH 39108 unitenum WITH ... (0.881 sec.)
ラージオブジェクトを読み込む 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
« socket_select socket_sendmsg » PHP Manual ソケット 関数 接続したソケットにデータを送信する socket_send (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_send — 接続したソケットにデータを送信する 説明 socket_send ( Socket $socket , string $data , int $length , int $flags ): int | false 関数 ...
https://man.plustar.jp/php/function.socket-send.html - [similar]
ソケットのブロッキングモードを設定する 0
« socket_sendto socket_set_nonblock » PHP Manual ソケット 関数 ソケットのブロッキングモードを設定する socket_set_block (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) socket_set_block — ソケットのブロッキングモードを設定する 説明 socket_set_block ( Socket $socket ): bool socket_set_block() 関数は、 ...
https://man.plustar.jp/php/function.socket-set-block.html - [similar]
ソケットリソースを非ブロックモードに設定する 0
« socket_set_block socket_set_option » PHP Manual ソケット 関数 ソケットリソースを非ブロックモードに設定する socket_set_nonblock (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_set_nonblock — ソケットリソースを非ブロックモードに設定する 説明 socket_set_nonblock ( Socket $socket ): bool sock ...
https://man.plustar.jp/php/function.socket-set-nonblock.html - [similar]
オブジェクトの直近のエラーメッセージを取得する 0
« IntlCalendar::getErrorCode IntlCalendar::getFirstDayOfWeek » PHP Manual IntlCalendar オブジェクトの直近のエラーメッセージを取得する IntlCalendar::getErrorMessage intlcal_get_error_message (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::getErrorMessage -- intlcal_get_error ...
https://man.plustar.jp/php/intlcalendar.geterrormessage.html - [similar]
名前空間の定義 0
« 名前空間の概要 サブ名前空間の宣言 » PHP Manual 名前空間 名前空間の定義 名前空間の定義 (PHP 5 >= 5.3.0, PHP 7, PHP 8) PHP のコードならなんでも名前空間に含めることができますが、 実際に名前空間の影響を受けるのはクラス (抽象クラスやトレイトを含む) とインターフェイス、関数、そして定数だけで ...
https://man.plustar.jp/php/language.namespaces.definition.html - [similar]