検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 392 for [SIMILAR] 16 1024 4096 WITH 7643 小文 WITH 7628 ... (0.569 sec.)
コードポイントが大文字のUnicodeプロパティを持つかを調べる 0
« IntlChar::isupper IntlChar::isUWhiteSpace » PHP Manual IntlChar コードポイントが大文字のUnicodeプロパティを持つかを調べる IntlChar::isUUppercase (PHP 7, PHP 8) IntlChar::isUUppercase — コードポイントが大文字のUnicodeプロパティを持つかを調べる 説明 public static IntlChar::isUUppercase ( ...
https://man.plustar.jp/php/intlchar.isuuppercase.html - [similar]
エントリのホスト OS を取得する 0
« RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する RarEntry::getHostOs (PECL rar >= 0.1) RarEntry::getHostOs — エントリのホスト OS を取得する 説明 public RarEntry::getHostOs (): int アーカイブエントリのホスト OS のコードを返します。 パラメータ ...
https://man.plustar.jp/php/rarentry.gethostos.html - [similar]
Parser examples 0
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
列挙型が Backed Enum かを調べる 0
« ReflectionEnum::hasCase ReflectionEnumUnitCase » PHP Manual ReflectionEnum 列挙型が Backed Enum かを調べる ReflectionEnum::isBacked (PHP 8 >= 8.1.0) ReflectionEnum::isBacked — 列挙型が Backed Enum かを調べる 説明 public ReflectionEnum::isBacked (): bool Backed Enum は、 ネイティブのスカ ...
https://man.plustar.jp/php/reflectionenum.isbacked.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
列挙型とメソッド 0
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソッド 列挙型とメソッド 列挙型では、(Pure Enum と Backed Enum ともに) メソッドを含めることもできますし、 インターフェイスを実装することもできます。 列挙型がインターフェイスを実装する場合、 その ...
https://man.plustar.jp/php/language.enumerations.methods.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]
利用例 0
« 例 Gender\Gender » PHP Manual 例 利用例 利用例 Gender クラスの利用例です。 例1 利用例 <?php namespace Gender ; $gender = new Gender ; $name = "Milene" ; $country = Gender :: FRANCE ; $result = $gender -> get ( $name , $country ); $data = $gender -> country ( $country ); switch( $result ...
https://man.plustar.jp/php/gender.example.admin.html - [similar]
この case が属するリフレクションオブジェクトを取得する 0
« ReflectionEnumUnitCase::__construct ReflectionEnumUnitCase::getValue » PHP Manual ReflectionEnumUnitCase この case が属するリフレクションオブジェクトを取得する ReflectionEnumUnitCase::getEnum (PHP 8 >= 8.1.0) ReflectionEnumUnitCase::getEnum — この case が属するリフレクションオブジェクト ...
https://man.plustar.jp/php/reflectionenumunitcase.getenum.html - [similar]
開始要素および終了要素のハンドラを設定する 0
« xml_set_default_handler xml_set_end_namespace_decl_handler » PHP Manual XML パーサ 関数 開始要素および終了要素のハンドラを設定する xml_set_element_handler (PHP 4, PHP 5, PHP 7, PHP 8) xml_set_element_handler — 開始要素および終了要素のハンドラを設定する 説明 xml_set_element_handler ( XM ...
https://man.plustar.jp/php/function.xml-set-element-handler.html - [similar]