検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 319 for [SIMILAR] 16 1024 4096 WITH 18434 命令 WITH 1144... (0.476 sec.)
セッションのデータを読み込む 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
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.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]
Switch QueryParser to be DisMax Query Parser 0
« SolrDisMaxQuery::setUserFields SolrDisMaxQuery::useEDisMaxQueryParser » PHP Manual SolrDisMaxQuery Switch QueryParser to be DisMax Query Parser SolrDisMaxQuery::useDisMaxQueryParser (No version information available, might only be in Git) SolrDisMaxQuery::useDisMaxQueryParser — Switch ...
https://man.plustar.jp/php/solrdismaxquery.usedismaxqueryparser.html - [similar]
For Each 0
« 例 配列と配列形式の COM プロパティ » PHP Manual 例 For Each For Each 標準的な COM/OLE IEnumVariant の内容について、 PHP の foreach 命令を使用した反復処理を行うことができます。分かりやすく言うと、 これは、VB/ASP のコードで For Each を使用できる場所には foreach を使用できるということを意 ...
https://man.plustar.jp/php/com.examples.foreach.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]