検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 257 for [SIMILAR] 16 1024 4096 WITH 23453 getclosurescop... (0.302 sec.)
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 uopz のリリースは PECL でホストされています。 ソースコードは » github でホストされています。 インストールする最も簡単な方法は、いつもの PECL から行うことです。 » https://pecl.php.net/package/uopz Windows ユ ...
https://man.plustar.jp/php/uopz.installation.html - [similar]
Locale クラス 0
« NumberFormatter::setTextAttribute Locale::acceptFromHttp » PHP Manual intl Locale クラス Locale クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに "ロケール" とは、言語や文化等の地域固有の内容を API で取得する際に使用する識別子のことです。PHP で使用しているロケールは、 ...
https://man.plustar.jp/php/class.locale.html - [similar]
Oracleとの接続を閉じる 0
« oci_client_version oci_commit » PHP Manual OCI8 関数 Oracleとの接続を閉じる oci_close (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_close — Oracleとの接続を閉じる 説明 oci_close ( resource $connection ): ? bool 接続 connection を閉じます。 他のいかなるリソースも利用しない、なおかつ oci ...
https://man.plustar.jp/php/function.oci-close.html - [similar]
終了した子プロセスのリターンコードを返す 0
« pcntl_waitpid pcntl_wifexited » PHP Manual PCNTL 関数 終了した子プロセスのリターンコードを返す pcntl_wexitstatus (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wexitstatus — 終了した子プロセスのリターンコードを返す 説明 pcntl_wexitstatus ( int $status ): int | false 終了した子プロセスのリ ...
https://man.plustar.jp/php/function.pcntl-wexitstatus.html - [similar]
子プロセスを終了させたシグナルを返す 0
« pcntl_wstopsig POSIX » PHP Manual PCNTL 関数 子プロセスを終了させたシグナルを返す pcntl_wtermsig (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_wtermsig — 子プロセスを終了させたシグナルを返す 説明 pcntl_wtermsig ( int $status ): int | false 子プロセスを終了させたシグナル番号を返します。こ ...
https://man.plustar.jp/php/function.pcntl-wtermsig.html - [similar]
Nginx 1.4.x (Unix システム用) 0
« Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインストール Nginx 1.4.x (Unix システム用) Nginx 1.4.x (Unix システム用) このドキュメントは、Nginx 1.4.x HTTPサーバ 向けに PHP を PHP-FPM とともにインストールし、設定する方法を示します。 このガイド ...
https://man.plustar.jp/php/install.unix.nginx.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual PostgreSQL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 PGSQL_LIBPQ_VERSION ( string ) 短い形式の libpq バージョン情報。数字とド ...
https://man.plustar.jp/php/pgsql.constants.html - [similar]
トークンの名前を返す 0
« PhpToken::__construct PhpToken::is » PHP Manual PhpToken トークンの名前を返す PhpToken::getTokenName (PHP 8) PhpToken::getTokenName — トークンの名前を返す 説明 public PhpToken::getTokenName (): ? string トークンの名前を返します。 パラメータ この関数にはパラメータはありません。 戻り値 一 ...
https://man.plustar.jp/php/phptoken.gettokenname.html - [similar]
ジェネレータの $this の値を取得する 0
« ReflectionGenerator::getFunction ReflectionGenerator::getTrace » PHP Manual ReflectionGenerator ジェネレータの $this の値を取得する ReflectionGenerator::getThis (PHP 7, PHP 8) ReflectionGenerator::getThis — ジェネレータの $this の値を取得する 説明 public ReflectionGenerator::getThis () ...
https://man.plustar.jp/php/reflectiongenerator.getthis.html - [similar]
HTTP クッキー 0
« $_ENV $php_errormsg » PHP Manual 定義済の変数 HTTP クッキー $_COOKIE (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_COOKIE — HTTP クッキー 説明 現在のスクリプトに HTTP クッキーから渡された変数の連想配列です。 例 例1 $_COOKIE の例 <?php echo 'Hello ' . htmlspecialchars ( $_COOKIE [ "name" ]) . ...
https://man.plustar.jp/php/reserved.variables.cookies.html - [similar]