検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 356 for [SIMILAR] 16 1024 4096 WITH 42892 popcount WITH ... (0.454 sec.)
Win32Service サービス制御メッセージが受領されたときのビットマスク 0
« Win32Service サービス制御メッセージ定数 Win32Service サービス開始型定数 » PHP Manual 定義済み定数 Win32Service サービス制御メッセージが受領されたときのビットマスク Win32Service サービス制御メッセージが受領されたときのビットマスク 定数 値 説明 WIN32_SERVICE_ACCEPT_HARDWAREPROFILECHANGE ...
https://man.plustar.jp/php/win32service.constants.controlsaccepted.html - [similar]
新しい CachingIterator オブジェクトを作成する 0
« CachingIterator CachingIterator::count » PHP Manual CachingIterator 新しい CachingIterator オブジェクトを作成する CachingIterator::__construct (PHP 5, PHP 7, PHP 8) CachingIterator::__construct — 新しい CachingIterator オブジェクトを作成する 説明 public CachingIterator::__construct ( I ...
https://man.plustar.jp/php/cachingiterator.construct.html - [similar]
使用しているフラグを取得する 0
« CachingIterator::getCache CachingIterator::getInnerIterator » PHP Manual CachingIterator 使用しているフラグを取得する CachingIterator::getFlags (PHP 5 >= 5.2.0, PHP 7, PHP 8) CachingIterator::getFlags — 使用しているフラグを取得する 説明 public CachingIterator::getFlags (): int 警告 この ...
https://man.plustar.jp/php/cachingiterator.getflags.html - [similar]
クラス修飾子を取得する 0
« ReflectionClass::getMethods ReflectionClass::getName » PHP Manual ReflectionClass クラス修飾子を取得する ReflectionClass::getModifiers (PHP 5, PHP 7, PHP 8) ReflectionClass::getModifiers — クラス修飾子を取得する 説明 public ReflectionClass::getModifiers (): int このクラスのアクセス修飾 ...
https://man.plustar.jp/php/reflectionclass.getmodifiers.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]
ドット表記の (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
« 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]