検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 202 for SYSTEM (0.008 sec.)
php.ini ディレクティブのリスト 13191
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... ォルト 変更可能 変更履歴 allow_url_fopen "1" PHP_INI_SYSTEM allow_url_include "0" PHP_INI_SYSTEM PHP 7.4.0 以降 ... bcmath.scale "0" PHP_INI_ALL browscap NULL PHP_INI_SYSTEM cgi.check_shebang_line "1" PHP_INI_SYSTEM cgi.disc ... ard_path "0" PHP_INI_SYSTEM cgi.fix_pathinfo "1" PHP_INI_SYSTEM cgi.force_redi ... rect "1" PHP_INI_SYSTEM cgi.nph "0" PHP_INI_ALL cgi.redirect_status_env NU ...
https://man.plustar.jp/php/ini.list.html - [similar]
実行時設定 9762
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... ble "1" PHP_INI_ALL opcache.enable_cli "0" PHP_INI_SYSTEM PHP 7.1.2 と 7.1.6 の間では、デフォルトは "1" でし ... た opcache.memory_consumption "128" PHP_INI_SYSTEM opcache.interned_strings_buffer "8" PHP_INI_SYSTEM ... opcache.max_accelerated_files "10000" PHP_INI_SYSTEM opcache.max_wasted_percentage "5" PHP_INI_SYSTEM o ... pcache.use_cwd "1" PHP_INI_SYSTEM opcache.validate_timestamps "1" PHP_INI_ALL opcach ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
実行時設定 8519
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... 変更可能 変更履歴 yac.compress_threshold -1 PHP_INI_SYSTEM yac.debug 0 PHP_INI_ALL yac.enable 1 PHP_INI_SYSTE ... M yac.enable_cli 0 PHP_INI_SYSTEM yac.keys_memory_size 4M PHP_INI_SYSTEM yac.seriali ... zer php PHP_INI_SYSTEM yac.values_memory_size 64M PHP_INI_SYSTEM 以下に設 ... s_memory_size string 関連キーワード: 設定 , 実行 , SYSTEM , int , size , memory , string , 変更 , threshold ...
https://man.plustar.jp/php/yac.configuration.html - [similar]
実行時設定 8390
« インストール手順 WinCache 統計スクリプト » PHP Manual インストール/設定 実行時設定 実行時設定 ... cache.fcenabledfilter "NULL" "NULL" "NULL" PHP_INI_SYSTEM WinCache 1.0.0 以降で使用可能 wincache.fcachesize ... "24" "5" "255" PHP_INI_SYSTEM WinCache 1.0.0 以降で使用可能 wincache.fcndetect " ... 1" "0" "1" PHP_INI_SYSTEM WinCache 1.1.0 以降で使用可能 wincache.maxfilesize ... "256" "10" "2048" PHP_INI_SYSTEM WinCache 1.0.0 以降で使用可能 wincache.ocenabled " ...
https://man.plustar.jp/php/wincache.configuration.html - [similar]
Changes the driver error handling and logging configurations 8251
« sqlsrv_commit sqlsrv_connect » PHP Manual SQLSRV 関数 Changes the driver error handling and lo ... ssible values are "WarningsReturnAsErrors", "LogSubsystems", and "LogSeverity". value The value of the speci ... ingsReturnAsErrors 1 ( true ) or 0 ( false ) LogSubsystems SQLSRV_LOG_SYSTEM_ALL (-1) SQLSRV_LOG_SYSTEM_CONN ... (2) SQLSRV_LOG_SYSTEM_INIT (1) SQLSRV_LOG_SYSTEM_OFF (0) SQLSRV_LOG_SYST ... EM_STMT (4) SQLSRV_LOG_SYSTEM_UTIL (8) LogSeverity SQLSRV_LOG_SEVERITY_ALL (-1) ...
https://man.plustar.jp/php/function.sqlsrv-configure.html - [similar]
The SolrClient class 7972
« SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The Sol ... 8 ; const int TERMS_SERVLET_TYPE = 16 ; const int SYSTEM_SERVLET_TYPE = 32 ; const string DEFAULT_SEARCH_SE ... FAULT_TERMS_SERVLET = terms ; const string DEFAULT_SYSTEM_SERVLET = admin/system ; /* メソッド */ public __c ... Servlet ( int $type , string $value ): bool public system (): void public threads (): void public __destruct ... Used when updating the terms servlet. SolrClient::SYSTEM_SERVLET_TYPE Used when retrieving system informati ...
https://man.plustar.jp/php/class.solrclient.html - [similar]
Execute system commands. 7972
« Swoole\Process::__destruct Swoole\Process::exit » PHP Manual Swoole\Process Execute system com ... CL swoole >= 1.9.0) Swoole\Process::exec — Execute system commands. 説明 public Swoole\Process::exec ( strin ... ReturnType The process will be replaced to be the system command process, but the pipe to the parent proces ... . パラメータ exec_file args 戻り値 関連キーワード: system , Execute , commands , Swoole , Process , exec , p ...
https://man.plustar.jp/php/swoole-process.exec.html - [similar]
Remove the TCP client from system event loop. 7930
« Swoole\Client::set Swoole\Client::wakeup » PHP Manual Swoole\Client Remove the TCP client from ... system event loop. Swoole\Client::sleep (PECL swoole >= 1 ... Swoole\Client::sleep — Remove the TCP client from system event loop. 説明 public Swoole\Client::sleep (): v ... oid Remove the TCP client from system event loop. パラメータ この関数にはパラメータはあり ... ません。 戻り値 関連キーワード: Remove , from , system , event , Swoole , the , パラメータ , wakeup , swo ...
https://man.plustar.jp/php/swoole-client.sleep.html - [similar]
外部プログラムを実行し、出力を表示する 7705
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する system ... tem (PHP 4, PHP 5, PHP 7, PHP 8) system — 外部プログラムを実行し、出力を表示する 説明 syst ... mmand , int &$result_code = null ): string | false system() は、指定した command を実行し、結果を出力する C ... 言語の system 関数に似ています。 PHP をサーバーモジュールとして実 ... 行している場合、 system() のコールにより、各行を出力した後、 Web サーバーの ...
https://man.plustar.jp/php/function.system.html - [similar]
Windows 上での PHP の手動インストール 7426
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Wi ... ath=c:\php REM Clear current PHP handlers %windir%\system32\inetsrv\appcmd clear config /section:system.webS ... HP is not installed. This can be ignored. %windir%\system32\inetsrv\appcmd set config /section:system.webSer ... _via_FastCGI'] REM Set up the PHP handler %windir%\system32\inetsrv\appcmd set config /section:system.webSer ... tCGI /+[fullPath='%phppath%\php-cgi.exe'] %windir%\system32\inetsrv\appcmd set config /section:system.webSer ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT