Results of 1 - 10 of about 720 for version (0.003 sec.)
- 現在の PHP バージョンを取得する 7733
- « phpinfo putenv » PHP Manual PHP オプション/情報 関数 現在の PHP バージョンを取得する phpversion
...
n (PHP 4, PHP 5, PHP 7, PHP 8) phpversion — 現在の PHP バージョンを取得する 説明 phpversion ...
ension パラメータが文字列で指定されている場合、 phpversion() はその拡張モジュールのバージョンを返します。 関連 ...
.0 extension は、nullable になりました。 例 例1 phpversion() の例 <?php // たとえば 'Current PHP version: 4.1 ...
.1' などと表示します echo 'Current PHP version: ' . phpversion (); // たとえば '2.0' などと表示し ...
-
https://man.plustar.jp/php/function.phpversion.html
- [similar]
- cURL のバージョンを返す 7316
- « curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >=
...
4.0.2, PHP 5, PHP 7, PHP 8) curl_version — cURL のバージョンを返す 説明 curl_version (): ar ...
以下の要素からなる連想配列を返します。 キー 値の説明 version_number cURL の 24 ビットのバージョン番号 version c ...
URL バージョン番号を表す文字列 ssl_version_number OpenSSL の 24 ビットのバージョン番号 ssl_ve ...
rsion OpenSSL バージョン番号を表す文字列 libz_version zlib バージョンを表す文字列 host cURL をビルドした ...
-
https://man.plustar.jp/php/function.curl-version.html
- [similar]
- Get SeasLog version. 7163
- « seaslog_get_author SeasLog » PHP Manual Seaslog 関数 Get SeasLog version. seaslog_get_version
...
(PECL seaslog >=1.0.0) seaslog_get_version — Get SeasLog version. 説明 seaslog_get_version () ...
数にはパラメータはありません。 戻り値 Return SeasLog version (SEASLOG_VERSION) as string. 例 例1 seaslog_get_ve ...
rsion() example <?php var_dump ( seaslog_get_version ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
す。 string(5) "1.8.4" 関連キーワード: version , SeasLog , Get , seaslog , string , 関数 , パラメ ...
-
https://man.plustar.jp/php/function.seaslog-get-version.html
- [similar]
- Gets the current stomp extension version 7128
- « stomp_connect_error Stomp » PHP Manual Stomp 関数 Gets the current stomp extension version sto
...
mp_version (PECL stomp >= 0.1.0) stomp_version — Gets the cur ...
rent stomp extension version 説明 stomp_version (): string Returns a string con ...
taining the version of the current stomp extension. パラメータ この関数 ...
せん。 戻り値 It returns the current stomp extension version 例 例1 stomp_version() example <?php var_dump ( st ...
-
https://man.plustar.jp/php/function.stomp-version.html
- [similar]
- MySQL サーバーのバージョンを整数値で返す 7128
- « mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数
...
値で返す mysqli::$server_version mysqli_get_server_version (PHP 5, PHP 7, PHP 8) my ...
sqli::$server_version -- mysqli_get_server_version — MySQL サーバーのバー ...
値で返す 説明 オブジェクト指向型 int $mysqli->server_version ; 手続き型 mysqli_get_server_version ( mysqli $mys ...
ql ): int mysqli_get_server_version() 関数は 接続している( mysql で表される)サーバー ...
-
https://man.plustar.jp/php/mysqli.get-server-version.html
- [similar]
- Get the CUBRID PHP module's version 7065
- « cubrid_set_query_timeout CUBRID MySQL 互換関数 » PHP Manual CUBRID 関数 Get the CUBRID PHP mod
...
ule's version cubrid_version (PECL CUBRID >= 8.3.0) cubrid_versi ...
on — Get the CUBRID PHP module's version 説明 cubrid_version (): string The cubrid_version( ...
) function is used to get the CUBRID PHP module's version. パラメータ この関数にはパラメータはありません。 戻 ...
り値 Version information (eg. "8.3.1.0001"). 例 例1 cubrid_vers ...
-
https://man.plustar.jp/php/function.cubrid-version.html
- [similar]
- ふたつの "PHP 標準" バージョン番号文字列を比較する 7065
- « sys_get_temp_dir zend_thread_id » PHP Manual PHP オプション/情報 関数 ふたつの "PHP 標準" バー
...
ジョン番号文字列を比較する version_compare (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) vers ...
つの "PHP 標準" バージョン番号文字列を比較する 説明 version_compare ( string $version1 , string $version2 , ? ...
string $operator = null ): int | bool version_compare() は、ふたつの "PHP 標準" バージョン 番号文 ...
スの違いも判断することが可能となります。 パラメータ version1 最初のバージョン番号。 version2 ふたつめのバージョ ...
-
https://man.plustar.jp/php/function.version-compare.html
- [similar]
- 新しいグローバル定数 7031
- « 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し
...
_LENGTH_UPLOAD_T CURLINFO_FILETIME_T CURLINFO_HTTP_VERSION CURLINFO_NAMELOOKUP_TIME_T CURLINFO_PRETRANSFER_TI ...
HOST CURLOPT_PROXY_SSL_VERIFYPEER CURLOPT_PROXY_SSLVERSION CURLOPT_PROXY_TLS13_CIPHERS CURLOPT_PROXY_TLSAUTH_ ...
IPHERS CURLPROXY_HTTPS CURLSSH_AUTH_GSSAPI CURL_SSLVERSION_MAX_DEFAULT CURL_SSLVERSION_MAX_NONE CURL_SSLVERSI ...
ON_MAX_TLSv1_0 CURL_SSLVERSION_MAX_TLSv1_1 CURL_SSLVERSION_MAX_TLSv1_2 CURL_SSLVE ...
-
https://man.plustar.jp/php/migration73.constants.html
- [similar]
- MySQL クライアントのバージョンを整数値で返す 7003
- « mysqli::$client_info mysqli::get_connection_stats » PHP Manual mysqli MySQL クライアントのバー
...
ジョンを整数値で返す mysqli::$client_version mysqli_get_client_version (PHP 5, PHP 7, PHP 8) my ...
sqli::$client_version -- mysqli_get_client_version — MySQL クライアントの ...
値で返す 説明 オブジェクト指向型 int $mysqli->client_version ; 手続き型 mysqli_get_client_version (): int クライ ...
イブラリのバージョンを、以下の書式で返します。 main_version*10000 + minor_version *100 + sub_version 例えば、4 ...
-
https://man.plustar.jp/php/mysqli.get-client-version.html
- [similar]
- Get the version of Swoole 6905
- « swoole_timer_tick Swoole\Async » PHP Manual Swoole 関数 Get the version of Swoole swoole_version
...
on (PECL swoole >= 1.9.0) swoole_version — Get the version of Swoole 説明 swoole_version () ...
ータ この関数にはパラメータはありません。 戻り値 The version of Swoole. 関連キーワード: version , Swoole , Get ...
-
https://man.plustar.jp/php/function.swoole-version.html
- [similar]