検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 400 for [SIMILAR] 16 1024 4096 WITH 16236 力バ WITH 9412... (0.577 sec.)
メッセージを読む 0
« socket_recvfrom socket_select » PHP Manual ソケット 関数 メッセージを読む socket_recvmsg (PHP 5 >= 5.5.0, PHP 7, PHP 8) socket_recvmsg — メッセージを読む 説明 socket_recvmsg ( Socket $socket , array &$message , int $flags = 0 ): int | false 警告 この関数は、 現在のところ詳細な情報はあり ...
https://man.plustar.jp/php/function.socket-recvmsg.html - [similar]
プリペアドステートメント 0
« ステートメントの実行 ストアドプロシージャ » PHP Manual クイックスタートガイド プリペアドステートメント プリペアドステートメント MySQL データベースは、 プリペアドステートメントをサポートしています。 プリペアドステートメント、 またはパラメータ化したステートメントは、 同じステートメントを ...
https://man.plustar.jp/php/mysqli.quickstart.prepared-statements.html - [similar]
出力をファイルにフラッシュする 0
« SplFileObject::eof SplFileObject::fgetc » PHP Manual SplFileObject 出力をファイルにフラッシュする SplFileObject::fflush (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::fflush — 出力をファイルにフラッシュする 説明 public SplFileObject::fflush (): bool バッファリングされたすべての出力をファ ...
https://man.plustar.jp/php/splfileobject.fflush.html - [similar]
セッションのデータを書き込む 0
« SessionHandler::read SessionHandlerInterface » PHP Manual SessionHandler セッションのデータを書き込む SessionHandler::write (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::write — セッションのデータを書き込む 説明 public SessionHandler::write ( string $id , string $data ): bool セッショ ...
https://man.plustar.jp/php/sessionhandler.write.html - [similar]
OCILob クラス 0
« OCICollection::trim OCILob::append » PHP Manual OCI8 OCILob クラス OCILob クラス (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) はじめに ラージバイナリ (BLOB) および キャラクタオブジェクト (CLOB) に対する OCI8 ラージオブジェクト (LOB) 機能です。 注意 : OCI-Lob クラスは、 PHP 8 および PECL O ...
https://man.plustar.jp/php/class.ocilob.html - [similar]
文字セット 0
« バッファクエリと非バッファクエリ MySQLi » PHP Manual コンセプト 文字セット 文字セット 適切な文字セットをサーバーレベルで設定しておくのが理想であり、MySQL のマニュアルの » Character Set Configuration にもそうするよう書かれています。 しかしそれ以外にも、各 MySQL API には実行時に文字セット ...
https://man.plustar.jp/php/mysqlinfo.concepts.charset.html - [similar]
データベースを持続的にオープンする 0
« dba_optimize dba_replace » PHP Manual DBA 関数 データベースを持続的にオープンする dba_popen (PHP 4, PHP 5, PHP 7, PHP 8) dba_popen — データベースを持続的にオープンする 説明 dba_popen ( string $path , string $mode , string $handler = ? , mixed ...$args ): resource | false dba_popen() は ...
https://man.plustar.jp/php/function.dba-popen.html - [similar]
実行時設定 0
« インストール手順 Igbinary 関数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Igbinary 設定オプション 名前 デフォルト 変更可能 変更履歴 igbinary.compact_strings 1 PHP_INI_ALL Igbinary の振る舞いに影響する、セッションの設定オプション 名前 デフ ...
https://man.plustar.jp/php/igbinary.configuration.html - [similar]
Constructing signal events 0
« Event callbacks Event » PHP Manual Event Constructing signal events Constructing signal events Event can also watch for POSIX-style signals. To construct a handler for a signal, use Event::__construct() constructor with Event::SIGNAL flag, or Event::signal() factory method. 例1 Handlin ...
https://man.plustar.jp/php/event.constructing.signal.events.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]