検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 1082 for [SIMILAR] 16 1024 4096 WITH 64632 oauthprovider ... (1.416 sec.)
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]
結果を保持するリソースを開放する 0
« odbc_foreignkeys odbc_gettypeinfo » PHP Manual ODBC 関数 結果を保持するリソースを開放する odbc_free_result (PHP 4, PHP 5, PHP 7, PHP 8) odbc_free_result — 結果を保持するリソースを開放する 説明 odbc_free_result ( resource $statement ): bool 結果を保持するリソースを開放します。 odbc_free ...
https://man.plustar.jp/php/function.odbc-free-result.html - [similar]
ファイルの構文ハイライト表示 0
« __halt_compiler highlight_string » PHP Manual その他の関数 ファイルの構文ハイライト表示 highlight_file (PHP 4, PHP 5, PHP 7, PHP 8) highlight_file — ファイルの構文ハイライト表示 説明 highlight_file ( string $filename , bool $return = false ): string | bool filename の中のコードを構文ハ ...
https://man.plustar.jp/php/function.highlight-file.html - [similar]
下位互換性のない変更点 0
« 新機能 推奨されなくなる機能 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 PHP コア 文字列と数値の比較 (厳密でないやり方で)数値と非数値文字列を比較する場合、 数値を文字列にキャストし、文字列と比較するようになりました。 数値と数値形式の文字列 ...
https://man.plustar.jp/php/migration80.incompatible.html - [similar]
外部エンティティリファレンスハンドラを設定する 0
« xml_set_end_namespace_decl_handler xml_set_notation_decl_handler » PHP Manual XML パーサ 関数 外部エンティティリファレンスハンドラを設定する xml_set_external_entity_ref_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_external_entity_ref_handler — 外部エンティティリファレンスハンドラを設定 ...
https://man.plustar.jp/php/function.xml-set-external-entity-ref-handler.html - [similar]
ストリーム / ラッパー / コンテキストのパラメータを設定する 0
« stream_context_set_option stream_copy_to_stream » PHP Manual ストリーム 関数 ストリーム / ラッパー / コンテキストのパラメータを設定する stream_context_set_params (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) stream_context_set_params — ストリーム / ラッパー / コンテキストのパラメータを設定する ...
https://man.plustar.jp/php/function.stream-context-set-params.html - [similar]
SoapServer コンストラクタ 0
« SoapServer::addSoapHeader SoapServer::fault » PHP Manual SoapServer SoapServer コンストラクタ SoapServer::__construct (PHP 5, PHP 7, PHP 8) SoapServer::__construct — SoapServer コンストラクタ 説明 public SoapServer::__construct ( ? string $wsdl , array $options = [] ) このコンストラクタ ...
https://man.plustar.jp/php/soapserver.construct.html - [similar]
YAML 形式にした値をファイルに送る 0
« Yaml 関数 yaml_emit » PHP Manual Yaml 関数 YAML 形式にした値をファイルに送る yaml_emit_file (PECL yaml >= 0.5.0) yaml_emit_file — YAML 形式にした値をファイルに送る 説明 yaml_emit_file ( string $filename , mixed $data , int $encoding = YAML_ANY_ENCODING , int $linebreak = YAML_ANY_BREAK ...
https://man.plustar.jp/php/function.yaml-emit-file.html - [similar]
Microsoft SQL Server 関数 (PDO_SQLSRV) 0
« PDO_MYSQL DSN PDO_SQLSRV DSN » PHP Manual PDO ドライバ Microsoft SQL Server 関数 (PDO_SQLSRV) Microsoft SQL Server 関数 (PDO_SQLSRV) はじめに PDO_SQLSRV は、 PHP Data Objects (PDO) インターフェイス を実装したドライバです。 PHP から、MS SQL Server (SQL Server 2005 以降) および SQL Azure ...
https://man.plustar.jp/php/ref.pdo-sqlsrv.html - [similar]
はじめに 0
« PCNTL インストール/設定 » PHP Manual PCNTL はじめに はじめに PHP がサポートするプロセス制御関数は、Unix 形式のプロセス生成、 プロセス実行、シグナル処理、プロセス終了機能を実装しています。 プロセス制御は Web サーバー環境で有効にするべきではなく、プロセス 制御関数のどれかが Web サーバー環 ...
https://man.plustar.jp/php/intro.pcntl.html - [similar]