検索

phrase: max: clip:
target: order:
Results of 571 - 580 of about 746 for SERVER (0.046 sec.)
Frees all resources for the specified statement 2889
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... is called on an in-progress statement that alters server state, statement execution is terminated and the s ... 返します。 例 例1 sqlsrv_free_stmt() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { d ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
tcpwrap のチェックを実行する 2889
« TCP 関数 Varnish » PHP Manual TCP 関数 tcpwrap のチェックを実行する tcpwrap_check (PECL tcpwra ... ードを実行する <?php if (! tcpwrap_check ( 'php' , $_SERVER [ 'REMOTE_ADDR' ])) { die( 'You are not welcome he ...
https://man.plustar.jp/php/function.tcpwrap-check.html - [similar]
現在の Unix タイムスタンプを返す 2889
« strtotime timezone_abbreviations_list » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプを ... ow: 2022-06-04 Next Week: 2022-06-11 注意 ヒント $_SERVER['REQUEST_TIME'] によって、リクエスト開始時のタイム ...
https://man.plustar.jp/php/function.time.html - [similar]
PHP 文字列型用に xmlrpc 型、base64 または datetime を設定する 2889
« xmlrpc_server_register_method Windows 用のモジュール » PHP Manual XML-RPC 関数 PHP 文字列型用に ...
https://man.plustar.jp/php/function.xmlrpc-set-type.html - [similar]
Get the status for the running task 2889
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... t. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); echo "Send ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Wait for activity from one of the job servers 2889
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... from one of the job servers GearmanWorker::wait (PECL gearman >= 0.6.0) Gearm ... rker::wait — Wait for activity from one of the job servers 説明 public GearmanWorker::wait (): bool Causes t ... r to wait for activity from one of the Gearman job servers when operating in non-blocking I/O mode. On failu ... ( GEARMAN_WORKER_NON_BLOCKING ); # Add the default server (localhost, port 4730) $worker -> addServer (); # ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]
コア php.ini ディレクティブに関する説明 2889
« php.ini のセクション一覧 拡張モジュールの一覧/分類 » PHP Manual php.ini ディレクティブ コア ph ... 境変数)、 G et、 P ost、 C ookie (クッキー)、そして S erver) 変数のパースの順番を設定します。例えば variables ... を "SP" に設定すると、PHP は スーパーグローバル $_SERVER および $_POST を作成しますが、 $_ENV 、 $_GET およ ... しません。 警告 CGI および FastCGI SAPI の両方で、 $_SERVER にも環境変数の値が格納されます。 つまり、 S を指定 ... したためです。 auto_globals_jit bool 有効にした場合、SERVER、REQUEST および ENV 変数はスクリプトの開始時ではなく ...
https://man.plustar.jp/php/ini.core.html - [similar]
macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 2889
« パッケージの使用 macOS 上での PHP のコンパイル » PHP Manual macOS へのインストール macOS Monte ... mod_php を使用するものです。macOS 上の Apache web server (デフォルトのウェブサーバーで、System Preferences ... 力されます。 典型的なデフォルトのパスは /Library/WebServer/Documents ですが、これは httpd.conf で別の場所にす ... 、あるいは macOS System Preferences で "Personal Web Server" オプションを使用して停止/起動します。 デフォルトで ...
https://man.plustar.jp/php/install.macosx.bundled.html - [similar]
はじめに 2889
« ソケット インストール/設定 » PHP Manual ソケット はじめに はじめに ソケット拡張モジュールは、一 ... については、 stream_socket_client() 、 stream_socket_server() 、 fsockopen() および pfsockopen() を参照ください ...
https://man.plustar.jp/php/intro.sockets.html - [similar]
すべてのスコープで使用できる組み込みの変数 2889
« 定義済の変数 $GLOBALS » PHP Manual 定義済の変数 すべてのスコープで使用できる組み込みの変数 スー ... グローバルには次のようなものがあります。 $GLOBALS $_SERVER $_GET $_POST $_FILES $_COOKIE $_SESSION $_REQUEST ...
https://man.plustar.jp/php/language.variables.superglobals.html - [similar]