検索

phrase: max: clip:
target: order:
Results of 771 - 780 of about 927 for create (1.312 sec.)
通貨をパースする 2754
« NumberFormatter::getTextAttribute NumberFormatter::parse » PHP Manual NumberFormatter 通貨をパ ... 1 numfmt_parse_currency() の例 <?php $fmt = numfmt_create ( 'de_DE' , NumberFormatter :: CURRENCY ); $num = ...
https://man.plustar.jp/php/numberformatter.parsecurrency.html - [similar]
属性を設定する 2754
« NumberFormatter::parse NumberFormatter::setPattern » PHP Manual NumberFormatter 属性を設定する ... 例1 numfmt_set_attribute() の例 <?php $fmt = numfmt_create ( 'de_DE' , NumberFormatter :: DECIMAL ); echo "Di ...
https://man.plustar.jp/php/numberformatter.setattribute.html - [similar]
ランダムなトークンを生成する 2754
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ラン ... es() - 疑似ランダムなバイト文字列を生成する mcrypt_create_iv() - Creates an initialization vector (IV) from ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
Execution 2754
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... matic Scheduling If a \parallel\Runtime internally created and cached by a previous call to parallel\run() i ... ask. If no \parallel\Runtime is idle parallel will create and cache a \parallel\Runtime . 注意 : \parallel\R ... untime objects created by the programmer are not used for automatic sche ... Runtime\Error\IllegalFunction if task is a closure created from an internal function. 警告 Shall throw paral ...
https://man.plustar.jp/php/parallel.run.html - [similar]
SQL文で collate 関数として使うユーザー定義関数を登録する 2754
« PDO::sqliteCreateAggregate PDO::sqliteCreateFunction » PHP Manual SQLite (PDO) SQL文で collate ... 関数として使うユーザー定義関数を登録する PDO::sqliteCreateCollation (PHP 5 >= 5.3.11, PHP 7, PHP 8) PDO::sqli ... teCreateCollation — SQL文で collate 関数として使うユーザー定 ... 義関数を登録する 説明 public PDO::sqliteCreateCollation ( string $name , callable $callback ): bo ... 失敗した場合に false を返します。 例 例1 PDO::sqliteCreateCollation() の例 <?php $db = new PDO ( 'sqlite::mem ...
https://man.plustar.jp/php/pdo.sqlitecreatecollation.html - [similar]
Phar アーカイブの使用法: phar ストリームラッパー 2754
« Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: Phar クラスおよび PharData クラス » PHP ... リーム上で可能です。 <?php $context = stream_context_create (array( 'phar' => array( 'compress' => Phar :: GZ ...
https://man.plustar.jp/php/phar.using.stream.html - [similar]
RADIUS Packet Types 2754
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... make it easier to specify types when using radius_create_request() and when comparing the result of radius_ ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
Radius 関数 2754
« 例 radius_acct_open » PHP Manual Radius Radius 関数 Radius 関数 目次 radius_acct_open — 課金用 ... 定した設定ファイルをライブラリに読み込ませる radius_create_request — 課金あるいは認証のリクエストを作成する r ...
https://man.plustar.jp/php/ref.radius.html - [similar]
バンドルからデータを取得する 2754
« ResourceBundle::getErrorMessage ResourceBundle::getLocales » PHP Manual ResourceBundle バンドル ... esourcebundle_get() の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourceb ...
https://man.plustar.jp/php/resourcebundle.get.html - [similar]
バンドルの直近のエラーメッセージを取得する 2754
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... get_error_message() の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'som ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]