検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 636 for [SIMILAR] 16 1024 4096 WITH 4666 ユー WITH 4115 ... (0.752 sec.)
はじめに 0
« クラスとオブジェクト クラスの基礎 » PHP Manual クラスとオブジェクト はじめに はじめに PHP には完全なオブジェクトモデルが搭載されています。 搭載されている機能には アクセス権 、 abstract クラスやメソッド、 final クラスやメソッド、 新たな マジックメソッド 、 インターフェイス 、 オブジェク ...
https://man.plustar.jp/php/oop5.intro.html - [similar]
セキュリティ 0
« expect:// はじめに » PHP Manual セキュリティ セキュリティ はじめに 一般的な考慮事項 CGI バイナリとしてインストール 受ける可能性がある攻撃 ケース 1: 配布制限がないファイルのみを配布 ケース 2: cgi.force_redirect を使用 ケース 3: doc_root または user_dir を設定 ケース 4: Webツリーの外にPH ...
https://man.plustar.jp/php/security.html - [similar]
EZMLM で必要なハッシュ値を計算する 0
« メール 関数 mail » PHP Manual メール 関数 EZMLM で必要なハッシュ値を計算する ezmlm_hash (PHP 4 >= 4.0.2, PHP 5, PHP 7) ezmlm_hash — EZMLM で必要なハッシュ値を計算する 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。この関数に頼らないことを強く推奨します。 説明 ...
https://man.plustar.jp/php/function.ezmlm-hash.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]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 0
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する PDO::sqliteCreateAggregate (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo_sqlite >= 1.0.0) PDO::sqliteCreateAggregate — SQL 文で使用する集約ユーザー定義関数 (UDF) を登録す ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
外部プログラムを実行し、未整形の出力を表示する 0
« exec proc_close » PHP Manual プログラム実行関数 外部プログラムを実行し、未整形の出力を表示する passthru (PHP 4, PHP 5, PHP 7, PHP 8) passthru — 外部プログラムを実行し、未整形の出力を表示する 説明 passthru ( string $command , int &$result_code = null ): ? bool passthru() 関数は exec() 関 ...
https://man.plustar.jp/php/function.passthru.html - [similar]
テーブルのカラムおよび関連する権限情報を含む結果セットを返す 0
« db2_close db2_columns » PHP Manual IBM DB2 関数 テーブルのカラムおよび関連する権限情報を含む結果セットを返す db2_column_privileges (PECL ibm_db2 >= 1.0.0) db2_column_privileges — テーブルのカラムおよび関連する権限情報を含む結果セットを返す 説明 db2_column_privileges ( resource $connect ...
https://man.plustar.jp/php/function.db2-column-privileges.html - [similar]
データベース内のテーブルおよび関連する権限情報を含む結果セットを返す 0
« db2_stmt_errormsg db2_tables » PHP Manual IBM DB2 関数 データベース内のテーブルおよび関連する権限情報を含む結果セットを返す db2_table_privileges (PECL ibm_db2 >= 1.0.0) db2_table_privileges — データベース内のテーブルおよび関連する権限情報を含む結果セットを返す 説明 db2_table_privileges ...
https://man.plustar.jp/php/function.db2-table-privileges.html - [similar]
外部プログラムを実行する 0
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, PHP 5, PHP 7, PHP 8) exec — 外部プログラムを実行する 説明 exec ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコマンド command を実行 ...
https://man.plustar.jp/php/function.exec.html - [similar]
引数のリストから要素をひとつ返す 0
« forward_static_call func_get_args » PHP Manual 関数処理 関数 引数のリストから要素をひとつ返す func_get_arg (PHP 4, PHP 5, PHP 7, PHP 8) func_get_arg — 引数のリストから要素をひとつ返す 説明 func_get_arg ( int $position ): mixed ユーザーが定義した関数の引数リストから、指定した引数を取得し ...
https://man.plustar.jp/php/function.func-get-arg.html - [similar]