検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 437 for [SIMILAR] 16 1024 4096 WITH 25864 scan1 WITH 882... (0.366 sec.)
セッションのアップロード状況 0
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップロード状況 セッションのアップロード状況 INI オプション session.upload_progress.enabled を有効にすると、アップロード中の個々のファイルの進捗状況を PHP で追えるようになります。 この情報は、アップ ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
Expect の使用例 0
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリモートホストに SSH 経由で接続し、接続先の稼働時間を表示します。 <?php ini_set ( "expect.loguser" , "Off" ); $stream = fopen ( "expect://ssh root@remotehost uptime" , "r" ); $cases = array ( a ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 0
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strtotime (PHP 4, PHP 5, PHP 7, PHP 8) strtotime — 英文形式の日付を Unix タイムスタンプに変換する 説明 strtotime ( string $datetime , ? int $baseTimestamp = null ): int | false この関数は英語の書式 ...
https://man.plustar.jp/php/function.strtotime.html - [similar]
Phar ファイルフォーマット 0
« Zip 形式の phar アーカイブ グローバルな Phar ビットマップフラグ » PHP Manual phar って、tar や zip とは何が違うの? Phar ファイルフォーマット Phar ファイルフォーマット phar ファイル形式は スタブ/マニフェスト/コンテンツ/シグネチャ で構成されており、phar アーカイブ内に何が含まれているのか ...
https://man.plustar.jp/php/phar.fileformat.phar.html - [similar]
.user.ini ファイル 0
« 設定ファイル どこで設定を行うのか » PHP Manual 実行時設定 .user.ini ファイル .user.ini ファイル PHP はディレクトリ単位での INI ファイルをサポートしています。 このファイルは、CGI/FastCGI SAPI の場合にのみ処理されます。 この機能は、PECL htscanner 拡張モジュールを置き換えるものです。 Apac ...
https://man.plustar.jp/php/configuration.file.per-user.html - [similar]
非同期クエリを取り消す 0
« pg_affected_rows pg_client_encoding » PHP Manual PostgreSQL 関数 非同期クエリを取り消す pg_cancel_query (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_cancel_query — 非同期クエリを取り消す 説明 pg_cancel_query ( PgSql\Connection $connection ): bool pg_cancel_query() は、 pg_send_query() ・ p ...
https://man.plustar.jp/php/function.pg-cancel-query.html - [similar]
ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 0
« inet_pton long2ip » PHP Manual ネットワーク 関数 ドット表記の (IPv4) IP アドレスを、長整数表現に変換する ip2long (PHP 4, PHP 5, PHP 7, PHP 8) ip2long — ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 説明 ip2long ( string $ip ): int | false 関数 ip2long() は、インターネット標準 ...
https://man.plustar.jp/php/function.ip2long.html - [similar]
定義済み定数 0
« リソース型 Mcrypt 暗号 » PHP Manual Mcrypt 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 mcryptは 4 つのブロック暗号モード( CBC , OFB , CFB , ECB )で実行可能 ...
https://man.plustar.jp/php/mcrypt.constants.html - [similar]
インクリメンタルにエンコードされたデータを解凍する 0
« gzwrite inflate_get_read_len » PHP Manual Zlib 関数 インクリメンタルにエンコードされたデータを解凍する inflate_add (PHP 7, PHP 8) inflate_add — インクリメンタルにエンコードされたデータを解凍する 説明 inflate_add ( InflateContext $context , string $data , int $flush_mode = ZLIB_SYNC_FLU ...
https://man.plustar.jp/php/function.inflate-add.html - [similar]
変数の整数としての値を取得する 0
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP 5, PHP 7, PHP 8) intval — 変数の整数としての値を取得する 説明 intval ( mixed $value , int $base = 10 ): int 指定された値 base を基数(デフォルトは 10)とする、 value の int としての値を返します ...
https://man.plustar.jp/php/function.intval.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT