検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 200 for [SIMILAR] 16 1024 4096 WITH 31903 外ハ WITH 2200... (0.277 sec.)
カスタムセッションハンドラ 0
« セッションIDの受渡し セッションのアップロード状況 » PHP Manual 例 カスタムセッションハンドラ カスタムセッションハンドラ セッション情報をデータベースに保存する機能か他の保存法を実装するには、 一連のユーザーレベルの保存関数を作成し、 session_set_save_handler() を使用する必要があります。 ...
https://man.plustar.jp/php/session.customhandler.html - [similar]
セッションのデータを読み込む 0
« SessionHandler::open SessionHandler::write » PHP Manual SessionHandler セッションのデータを読み込む SessionHandler::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::read — セッションのデータを読み込む 説明 public SessionHandler::read ( string $id ): string | false セッションのデータ ...
https://man.plustar.jp/php/sessionhandler.read.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]
データベースを持続的にオープンする 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]
Firebird/InterBase 関数 0
« 定義済み定数 fbird_add_user » PHP Manual Firebird/InterBase Firebird/InterBase 関数 Firebird/InterBase 関数 目次 fbird_add_user — のエイリアス ibase_add_user fbird_affected_rows — のエイリアス ibase_affected_rows fbird_backup — のエイリアス ibase_backup fbird_blob_add — のエイリアス ib ...
https://man.plustar.jp/php/ref.ibase.html - [similar]
Readline 関数 0
« 定義済み定数 readline_add_history » PHP Manual Readline Readline 関数 Readline 関数 目次 readline_add_history — ヒストリに 1 行追加する readline_callback_handler_install — readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果をすぐに返す readline_callback_han ...
https://man.plustar.jp/php/ref.readline.html - [similar]
Firebird/InterBase 0
« dbase_replace_record はじめに » PHP Manual ベンダー固有のモジュール Firebird/InterBase Firebird/InterBase はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Firebird/InterBase 関数 fbird_add_user — のエイリアス ibase_add_user fbird_affected_rows — のエイ ...
https://man.plustar.jp/php/book.ibase.html - [similar]