Results of 1 - 10 of about 11 for rest (0.003 sec.)
- コマンドライン引数のリストからオプションを取得する 13069
- « getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ
...
$short_options , array $long_options = [] , int &$rest_index = null ): array | false スクリプトに渡された ...
の要素 "opt" は --opt というオプションを認識します。 rest_index rest_index パラメータが与えられると、 引数の ...
内容は破棄されます。 変更履歴 バージョン 説明 7.1.0 rest_index パラメータが追加されました。 例 例1 getopt() ...
(false) } ["c"]=> bool(false) } 例4 getopt() の例: rest_index を使う <?php // Script example.php $rest_ind ...
-
https://man.plustar.jp/php/function.getopt.html
- [similar]
- 文字列の一部分を返す 11664
- « substr_replace trim » PHP Manual String 関数 文字列の一部分を返す substr (PHP 4, PHP 5, PHP 7,
...
の文字列が返されます。 例1 負の offset の使用 <?php $rest = substr ( "abcdef" , - 1 ); // "f" を返す $rest = ...
substr ( "abcdef" , - 2 ); // "ef" を返す $rest = substr ( "abcdef" , - 3 , 1 ); // "d" を返す ?> ...
部分文字列を返します。 例2 負の length の使用 <?php $rest = substr ( "abcdef" , 0 , - 1 ); // "abcde" を返す ...
$rest = substr ( "abcdef" , 2 , - 1 ); // "cde" を返す $ ...
-
https://man.plustar.jp/php/function.substr.html
- [similar]
- ディレクトリハンドルからエントリを読み込む 9513
- « streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ
...
lesizes up to multiple of 512 bytes (zero filled) $rest = $bytes % 512 ; if ( $rest > 0 ) { $bytes += 512 ...
- $rest ; } // Seek over the file fseek ( $this -> fp , $b ...
-
https://man.plustar.jp/php/streamwrapper.dir-readdir.html
- [similar]
- アロー関数 8748
- « 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名
...
(& $x ) => $x ; fn &( $x ) => $x ; fn ( $x , ... $rest ) => $rest ; ?> アロー関数は変数を値でバインドしま ...
-
https://man.plustar.jp/php/functions.arrow.html
- [similar]
- ロケール情報を設定する 8428
- « rtrim sha1_file » PHP Manual String 関数 ロケール情報を設定する setlocale (PHP 4, PHP 5, PHP 7
...
ale ( int $category , string $locales , string ...$rest ): string | false Alternative signature (not suppo ...
合のフォールバックを提供するといった場合に有用です。 rest オプションの文字列。ロケール設定が成功するまで設定 ...
-
https://man.plustar.jp/php/function.setlocale.html
- [similar]
- 複数または多次元の配列をソートする 8215
- « array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisor
...
ixed $array1_sort_flags = SORT_REGULAR , mixed ...$rest ): bool array_multisort() は、複数の配列を一度に、 ...
きます。 省略した場合は SORT_REGULAR とみなします。 rest 追加の配列。オプションで並び順やフラグが続きます。 ...
-
https://man.plustar.jp/php/function.array-multisort.html
- [similar]
- 傾きを除去する 8108
- « Imagick::deleteImageProperty Imagick::despeckleImage » PHP Manual Imagick 傾きを除去する Imagi
...
deskewImagick -> deskewImage ( $threshold ); //The rest of this example is to make the result obvious - be ...
-
https://man.plustar.jp/php/imagick.deskewimage.html
- [similar]
- Collapses the result set to a single document per group 7788
- « SolrQuery::addStatsField SolrQuery::__construct » PHP Manual SolrQuery Collapses the result se
...
per group before it forwards the result set to the rest of the search components. So all downstream compon ...
-
https://man.plustar.jp/php/solrquery.collapse.html
- [similar]
- Description 7575
- « Imagick::morphImages Imagick::mosaicImages » PHP Manual Imagick Description Imagick::morpholog
...
ght pixel must be white // We don't care about the rest. $imagick = $this -> getCharacterOutline (); $kern ...
-
https://man.plustar.jp/php/imagick.morphology.html
- [similar]
- 定義済み定数 7361
- « リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
CODING ( int ) CURLOPT_PROXYPORT ( int ) CURLOPT_UNRESTRICTED_AUTH ( int ) CURLOPT_FTP_USE_EPRT ( int ) CU ...
URLE_FTP_PORT_FAILED ( int ) CURLE_FTP_COULDNT_USE_REST ( int ) CURLE_FTP_COULDNT_GET_SIZE ( int ) CURLE_H ...
-
https://man.plustar.jp/php/curl.constants.html
- [similar]