検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 233 for [SIMILAR] 16 1024 4096 WITH 15611 スib WITH 1029... (0.186 sec.)
セッション処理 0
« セッション関連 はじめに » PHP Manual セッション関連 セッション処理 セッション処理 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 セッションIDの受渡し カスタムセッションハンドラ セッションのアップロード状況 セッション と セキュリティ ...
https://man.plustar.jp/php/book.session.html - [similar]
SoapClient クラス 0
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス (PHP 5, PHP 7, PHP 8) はじめに SoapClient クラスは » SOAP 1.1 、 » SOAP 1.2 サーバー用のクライアントとなります。 WSDL モードあるいは non-WSDL モードで動作します。 クラス概要 class SoapClient ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
出力する PHP エラーの種類を設定する 0
« error_log restore_error_handler » PHP Manual エラー処理関数 出力する PHP エラーの種類を設定する error_reporting (PHP 4, PHP 5, PHP 7, PHP 8) error_reporting — 出力する PHP エラーの種類を設定する 説明 error_reporting ( ? int $error_level = null ): int error_reporting() 関数は、 error_re ...
https://man.plustar.jp/php/function.error-reporting.html - [similar]
文字列を PHP コードとして評価する 0
« die exit » PHP Manual その他の関数 文字列を PHP コードとして評価する eval (PHP 4, PHP 5, PHP 7, PHP 8) eval — 文字列を PHP コードとして評価する 説明 eval ( string $code ): mixed 指定した code を PHP コードとして評価します。 警告 eval() は 非常に危険な 言語構造です。 というのも、任意の ...
https://man.plustar.jp/php/function.eval.html - [similar]
ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 0
« iconv_substr ob_iconv_handler » PHP Manual iconv 関数 ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する iconv (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv — ある文字エンコーディングの文字列を、別の文字エンコーディングに変換する 説明 iconv ( string $from_encoding , s ...
https://man.plustar.jp/php/function.iconv.html - [similar]
セッションクッキーパラメータを設定する 0
« session_save_path session_set_save_handler » PHP Manual セッション関数 セッションクッキーパラメータを設定する session_set_cookie_params (PHP 4, PHP 5, PHP 7, PHP 8) session_set_cookie_params — セッションクッキーパラメータを設定する 説明 session_set_cookie_params ( int $lifetime_or_opti ...
https://man.plustar.jp/php/function.session-set-cookie-params.html - [similar]
Windows 上での PHP の手動インストール 0
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Windows 上での PHP の手動インストール Windows 上での PHP の手動インストール ウェブサーバーの選択 IIS IIS は Windows に標準で組み込まれています。 Windows サーバーの場合は、サーバーマネージャーを使 ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
はじめに 0
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
基本 0
« エラー PHP 7 でのエラー » PHP Manual エラー 基本 基本 PHP は、各種のエラー条件に対応したさまざまなエラーを報告します。 これらを使えばさまざまな状況を伝えられるでしょうし、 必要に応じて画面に表示したりログに記録したりすることもできます。 PHP が発するあらゆるエラーには、型情報が含まれます ...
https://man.plustar.jp/php/language.errors.basics.html - [similar]
エラー制御演算子 0
« 比較演算子 実行演算子 » PHP Manual 演算子 エラー制御演算子 エラー制御演算子 PHP はエラー制御演算子( @ )をサポートしています。 PHP の式の前に付けた場合、 その式により生成されたエラーメッセージは無視されます。 set_error_handler() で自作のエラーハンドラを設定した場合は エラー制御演算子があ ...
https://man.plustar.jp/php/language.operators.errorcontrol.html - [similar]