検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 251 for [SIMILAR] 16 1024 4096 WITH 103685 provider WITH... (0.338 sec.)
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]
MySQL クライアント情報を取得する 0
« mysqli::get_charset mysqli::$client_version » PHP Manual mysqli MySQL クライアント情報を取得する mysqli::$client_info mysqli::get_client_info mysqli_get_client_info (PHP 5, PHP 7, PHP 8) mysqli::$client_info -- mysqli::get_client_info -- mysqli_get_client_info — MySQL クライアント情報を ...
https://man.plustar.jp/php/mysqli.get-client-info.html - [similar]
ストアドプロシージャ 0
« プリペアドステートメント 複数のステートメント » PHP Manual クイックスタートガイド ストアドプロシージャ ストアドプロシージャ MySQL データベースは、ストアドプロシージャをサポートしています。 ストアドプロシージャは、 データベースカタログに保存されたサブルーチンです。 アプリケーションは、ス ...
https://man.plustar.jp/php/mysqli.quickstart.stored-procedures.html - [similar]
フォーマッタのロケールを取得する 0
« NumberFormatter::getErrorMessage NumberFormatter::getPattern » PHP Manual NumberFormatter フォーマッタのロケールを取得する NumberFormatter::getLocale numfmt_get_locale (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getLocale -- numfmt_get_locale — フォーマッタのロケ ...
https://man.plustar.jp/php/numberformatter.getlocale.html - [similar]
コンストラクタ 0
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コンストラクタ ReflectionParameter::__construct (PHP 5, PHP 7, PHP 8) ReflectionParameter::__construct — コンストラクタ 説明 public ReflectionParameter::__construct ( string | array | object $func ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
ディレクトリから、PCRE パターンを使ってファイルを追加する 0
« ZipArchive::addGlob ZipArchive::clearError » PHP Manual ZipArchive ディレクトリから、PCRE パターンを使ってファイルを追加する ZipArchive::addPattern (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0) ZipArchive::addPattern — ディレクトリから、PCRE パターンを使ってファイルを追加する 説明 ...
https://man.plustar.jp/php/ziparchive.addpattern.html - [similar]
0
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input -> remove ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
ファイル名がパターンにマッチするか調べる 0
« flock fopen » PHP Manual ファイルシステム 関数 ファイル名がパターンにマッチするか調べる fnmatch (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) fnmatch — ファイル名がパターンにマッチするか調べる 説明 fnmatch ( string $pattern , string $filename , int $flags = 0 ): bool fnmatch() は filename で指 ...
https://man.plustar.jp/php/function.fnmatch.html - [similar]
最大公約数と乗数を計算する 0
« gmp_gcd gmp_hamdist » PHP Manual GMP 関数 最大公約数と乗数を計算する gmp_gcdext (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) gmp_gcdext — 最大公約数と乗数を計算する 説明 gmp_gcdext ( GMP | int | string $num1 , GMP | int | string $num2 ): array a*s + b*t = g = gcd(a,b) となるような g, s, t を計 ...
https://man.plustar.jp/php/function.gmp-gcdext.html - [similar]
MQSeries MQPUT 0
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseries >= 0.10.0) mqseries_put — MQSeries MQPUT 説明 mqseries_put ( resource $hConn , resource $hObj , array &$md , array &$pmo , string $message , resource &$compCode , resource &$reason ): void ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]