検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 816 for [SIMILAR] 16 1024 4096 WITH 14679 recursiveitera... (0.589 sec.)
その他の変更 0
« 変更された関数 Windows のサポート » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 その他の変更 その他の変更 無効な文字列による算術演算の通知 数値形式ではない文字列を使って、数値を期待する演算 ( + - * / ** % << >> | & ^ や、これらを用いた代入演算) を行おうとしたときに、 E_WARNING あるいは ...
https://man.plustar.jp/php/migration71.other-changes.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 OPcache 設定オプション 名前 デフォルト 変更可能 変更履歴 opcache.enable "1" PHP_INI_ALL opcache.enable_cli "0" PHP_INI_SYSTEM PHP 7.1.2 と 7.1.6 の間では、デフォルトは ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
アップロードされたファイルを新しい位置に移動する 0
« mkdir parse_ini_file » PHP Manual ファイルシステム 関数 アップロードされたファイルを新しい位置に移動する move_uploaded_file (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) move_uploaded_file — アップロードされたファイルを新しい位置に移動する 説明 move_uploaded_file ( string $from , string $to ): ...
https://man.plustar.jp/php/function.move-uploaded-file.html - [similar]
最初の n 文字についてバイナリセーフな文字列比較を行う 0
« strncasecmp strpbrk » PHP Manual String 関数 最初の n 文字についてバイナリセーフな文字列比較を行う strncmp (PHP 4, PHP 5, PHP 7, PHP 8) strncmp — 最初の n 文字についてバイナリセーフな文字列比較を行う 説明 strncmp ( string $string1 , string $string2 , int $length ): int この関数は strcm ...
https://man.plustar.jp/php/function.strncmp.html - [similar]
Stringable インターフェイス 0
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス Stringable インターフェイス Stringable インターフェイス (PHP 8) はじめに Stringable インターフェイスは、 特定のクラスが __toString() メソッドを実装していることを示します。 ほとんどのインターフェ ...
https://man.plustar.jp/php/class.stringable.html - [similar]
SSL コンテキストオプションの一覧 0
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパラメータ SSL コンテキストオプションの一覧 SSL コンテキストオプション SSL コンテキストオプション — SSL コンテキストオプションの一覧 説明 ssl:// および tls:// トランスポート用のコンテキストオプシ ...
https://man.plustar.jp/php/context.ssl.html - [similar]
指定したステートメントのパラメータ数を返す 0
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパラメータ数を返す mysqli_stmt::$param_count mysqli_stmt_param_count (PHP 5, PHP 7, PHP 8) mysqli_stmt::$param_count -- mysqli_stmt_param_count — 指定したステートメントのパラメータ数を返す 説明 ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
直近の関数コールによるエラーコードを返す 0
« mysqli::dump_debug_info mysqli::$error_list » PHP Manual mysqli 直近の関数コールによるエラーコードを返す mysqli::$errno mysqli_errno (PHP 5, PHP 7, PHP 8) mysqli::$errno -- mysqli_errno — 直近の関数コールによるエラーコードを返す 説明 オブジェクト指向型 int $mysqli->errno ; 手続き型 mys ...
https://man.plustar.jp/php/mysqli.errno.html - [similar]
直近のエラーの内容を文字列で返す 0
« mysqli::$error_list mysqli::$field_count » PHP Manual mysqli 直近のエラーの内容を文字列で返す mysqli::$error mysqli_error (PHP 5, PHP 7, PHP 8) mysqli::$error -- mysqli_error — 直近のエラーの内容を文字列で返す 説明 オブジェクト指向型 string $mysqli->error ; 手続き型 mysqli_error ( mysq ...
https://man.plustar.jp/php/mysqli.error.html - [similar]
使用している接続の型を文字列で返す 0
« mysqli::get_connection_stats mysqli::$protocol_version » PHP Manual mysqli 使用している接続の型を文字列で返す mysqli::$host_info mysqli_get_host_info (PHP 5, PHP 7, PHP 8) mysqli::$host_info -- mysqli_get_host_info — 使用している接続の型を文字列で返す 説明 オブジェクト指向型 string $my ...
https://man.plustar.jp/php/mysqli.get-host-info.html - [similar]