検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 164 for [SIMILAR] 16 1024 4096 WITH 43645 setsecurity WI... (0.179 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 セッションの設定オプション 名前 デフォルト 変更可能 変更履歴 session.save_path "" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_IN ...
https://man.plustar.jp/php/session.configuration.html - [similar]
PHP ファイルの実行 0
« オプション I/O ストリーム » PHP Manual コマンドラインの使用法 PHP ファイルの実行 PHP ファイルの実行 CLI SAPI は、実行する PHP コードを 取得するために三種類の異なる手段をサポートしています。 PHP に特定のファイルの実行を指示する。 $ php my_script.php $ php -f my_script.php 上記の方法は共 ...
https://man.plustar.jp/php/features.commandline.usage.html - [similar]
PHP による HTTP 認証 0
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関数を使うと、 "Authentication Required" メッセージをクライアントブラウザに送ることができます。 これにより、クライアントブラウザではユーザー名とパスワードの入力要求 ウインドウがポップアップ表示さ ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
文字列のコードを評価し、動的に関数を作成する 0
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_function — 文字列のコードを評価し、動的に関数を作成する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 さ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
特殊文字を HTML エンティティに変換する 0
« htmlspecialchars_decode implode » PHP Manual String 関数 特殊文字を HTML エンティティに変換する htmlspecialchars (PHP 4, PHP 5, PHP 7, PHP 8) htmlspecialchars — 特殊文字を HTML エンティティに変換する 説明 htmlspecialchars ( string $string , int $flags = ENT_QUOTES | ENT_SUBSTITUTE | EN ...
https://man.plustar.jp/php/function.htmlspecialchars.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
メールを送信する 0
« ezmlm_hash Mailparse » PHP Manual メール 関数 メールを送信する mail (PHP 4, PHP 5, PHP 7, PHP 8) mail — メールを送信する 説明 mail ( string $to , string $subject , string $message , array | string $additional_headers = [] , string $additional_params = "" ): bool メールを送信します。 パ ...
https://man.plustar.jp/php/function.mail.html - [similar]
Oracle データベースに接続する 0
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_connect — Oracle データベースに接続する 説明 oci_connect ( string $username , string $password , ? string $connection_string = null , string $enc ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
パスワードハッシュを作る 0
« password_get_info password_needs_rehash » PHP Manual Password Hashing 関数 パスワードハッシュを作る password_hash (PHP 5 >= 5.5.0, PHP 7, PHP 8) password_hash — パスワードハッシュを作る 説明 password_hash ( string $password , string | int | null $algo , array $options = [] ): string pa ...
https://man.plustar.jp/php/function.password-hash.html - [similar]
クッキーを送信する 0
« pfsockopen setrawcookie » PHP Manual ネットワーク 関数 クッキーを送信する setcookie (PHP 4, PHP 5, PHP 7, PHP 8) setcookie — クッキーを送信する 説明 setcookie ( string $name , string $value = "" , int $expires_or_options = 0 , string $path = "" , string $domain = "" , bool $secure = fa ...
https://man.plustar.jp/php/function.setcookie.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT