検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1200 for [SIMILAR] 16 1024 4096 WITH 18268 ィス WITH 8851... (0.892 sec.)
定義済み定数 0
« リソース型 PHP オプション/情報 関数 » PHP Manual PHP Options/Info 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれており、常に利用可能です。 定義済の phpcredits() 定数 定数 値 説明 CREDITS_GROUP 1 コア開発者のリスト CREDITS_GENERAL 2 一般的なクレジット: 言語設計とコンセプト、PH ...
https://man.plustar.jp/php/info.constants.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]
PHP 5.6.x における OpenSSL 関連の変更 0
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 PHP 5.6.x における OpenSSL 関連の変更 PHP 5.6.x における OpenSSL 関連の変更 ストリームラッパーが、SSL/TLS を使っている場合のピア証明書とホスト名の検証にデフォルトで対応 暗号化されたすべてのクラ ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
SQLインジェクション 0
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション SQLインジェクション 多くの開発者はSQLクエリがどのように改竄されるかということを余り気にかけておらず、またSQLクエリは信用できるものと考えているようです。 実際にはSQLクエリはアクセス制限を回避 ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
第一級callableを生成する記法 0
« アロー関数 クラスとオブジェクト » PHP Manual 関数 第一級callableを生成する記法 第一級callableを生成する記法 第一級callableを生成する記法 (First class callable syntax) とは、PHP 8.1.0 で追加された、 callable から 無名関数 を生成する記法です。 この記法は、 文字列や配列を使って callable を ...
https://man.plustar.jp/php/functions.first_class_callable_syntax.html - [similar]
現在の umask を変更する 0
« touch unlink » PHP Manual ファイルシステム 関数 現在の umask を変更する umask (PHP 4, PHP 5, PHP 7, PHP 8) umask — 現在の umask を変更する 説明 umask ( ? int $mask = null ): int umask() は PHP の umask を mask & 0777 にセットし、 元の umask 値を返します。 PHP がサーバー・モジュールとし ...
https://man.plustar.jp/php/function.umask.html - [similar]
セッションに関連する INI 設定をセキュアにする 0
« セッション管理の基礎 セッション関数 » PHP Manual セッション と セキュリティ セッションに関連する INI 設定をセキュアにする セッションに関連する INI 設定をセキュアにする セッション関連のINI設定をセキュアにすることで、 開発者はセッションのセキュリティを改善できます。 重要な INI 設定であっ ...
https://man.plustar.jp/php/session.security.ini.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 0
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と whence に従って移動する eio_seek (PECL eio >= 0.5.0b) eio_seek — fd で指定したファイル内でのオフセットを、 offset と whence に従って移動する 説明 eio_seek ( mixed $fd , int $offset , int $wh ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
すべての GeoIP データベース形式についての詳細情報を返す 0
« geoip_db_filename geoip_domain_by_name » PHP Manual GeoIP 関数 すべての GeoIP データベース形式についての詳細情報を返す geoip_db_get_all_info (PECL geoip >= 1.0.1) geoip_db_get_all_info — すべての GeoIP データベース形式についての詳細情報を返す 説明 geoip_db_get_all_info (): array geoip_ ...
https://man.plustar.jp/php/function.geoip-db-get-all-info.html - [similar]
指定した名前のユーザーに関する情報を返す 0
« posix_getppid posix_getpwuid » PHP Manual POSIX 関数 指定した名前のユーザーに関する情報を返す posix_getpwnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getpwnam — 指定した名前のユーザーに関する情報を返す 説明 posix_getpwnam ( string $username ): array | false 指定したユーザーに関する情報を配列 ...
https://man.plustar.jp/php/function.posix-getpwnam.html - [similar]