Results of 1 - 10 of about 20 for parts (0.008 sec.)
- ファイルパスに関する情報を返す 13577
- « parse_ini_string pclose » PHP Manual ファイルシステム 関数 ファイルパスに関する情報を返す path
...
字列で返します。 例 例1 pathinfo() の例 <?php $path_parts = pathinfo ( '/www/htdocs/inc/lib.inc.php' ); echo ...
$path_parts [ 'dirname' ], "\n" ; echo $path_parts [ 'basename ...
' ], "\n" ; echo $path_parts [ 'extension' ], "\n" ; echo $path_parts [ 'filena ...
空にしたときと拡張子がないときの違いの例 <?php $path_parts = pathinfo ( '/path/emptyextension.' ); var_dump ( ...
-
https://man.plustar.jp/php/function.pathinfo.html
- [similar]
- この parts iterator の裏付けとなる、IntlBreakIterator を取得する 12609
- « IntlPartsIterator UConverter » PHP Manual IntlPartsIterator この parts iterator の裏付けとなる
...
、IntlBreakIterator を取得する IntlPartsIterator::getBreakIterator (PHP 5 >= 5.5.0, PHP 7, ...
PHP 8) IntlPartsIterator::getBreakIterator — この parts iterator の ...
となる、IntlBreakIterator を取得する 説明 public IntlPartsIterator::getBreakIterator (): IntlBreakIterator 警 ...
ません。 戻り値 関連キーワード: IntlBreakIterator , parts , 裏付け , 取得 , IntlPartsIterator , getBreakIter ...
-
https://man.plustar.jp/php/intlpartsiterator.getbreakiterator.html
- [similar]
- 文字列をトークンに分割する 10383
- « strstr strtolower » PHP Manual String 関数 文字列をトークンに分割する strtok (PHP 4, PHP 5, PH
...
と explode() の違い <?php $string = ";aaa;;bbb;" ; $parts = []; $tok = strtok ( $string , ";" ); while ( $to ...
k !== false ) { $parts [] = $tok ; $tok = strtok ( ";" ); } echo json_enc ...
ode ( $parts ), "\n" ; $parts = explode ( ";" , $string ); echo ...
json_encode ( $parts ), "\n" ; 上の例の出力は以下となります。 ["aaa","b ...
-
https://man.plustar.jp/php/function.strtok.html
- [similar]
- PHP による HTTP 認証 8683
- « 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関
...
xt ) { // データが失われている場合への対応 $needed_parts = array( 'nonce' => 1 , 'nc' => 1 , 'cnonce' => 1 ...
ay(); $keys = implode ( '|' , array_keys ( $needed_parts )); preg_match_all ( '@(' . $keys . ')=(?:([\'"])( ...
] = $m [ 3 ] ? $m [ 3 ] : $m [ 4 ]; unset( $needed_parts [ $m [ 1 ]]); } return $needed_parts ? false : $da ...
-
https://man.plustar.jp/php/features.http-auth.html
- [similar]
- Description 8683
- « Imagick::morphImages Imagick::mosaicImages » PHP Manual Imagick Description Imagick::morpholog
...
, by rounding off any sharp points, and remove any parts that is smaller than the shape used. It will also ...
, by rounding off any sharp points, and remove any parts that is smaller than the shape used. It will also ...
of the kernel 'Structure Element'. That is 'close' parts of the background that are about that size. $canva ...
of the kernel 'Structure Element'. That is 'close' parts of the background that are about that size. $canva ...
-
https://man.plustar.jp/php/imagick.morphology.html
- [similar]
- Sets one or more flags to configure the eventual EventBase will be initialized 8139
- « EventConfig::requireFeatures EventConfig::setMaxDispatchInterval » PHP Manual EventConfig Sets
...
s ): bool Sets one or more flags to configure what parts of the eventual EventBase will be initialized, and ...
-
https://man.plustar.jp/php/eventconfig.setflags.html
- [similar]
- 定義済み定数 8139
- « 実行時設定 例 » PHP Manual Gmagick 定義済み定数 定義済み定数 以下の定数が定義されています。 こ
...
eft untouched Gmagick::COMPOSITE_DSTIN ( int ) The parts inside the source replace the target Gmagick::COMP ...
OSITE_DSTOUT ( int ) The parts outside the source replace the target Gmagick::COM ...
ce Gmagick::COMPOSITE_OUT ( int ) Composites outer parts of the source on the target Gmagick::COMPOSITE_OVE ...
-
https://man.plustar.jp/php/gmagick.constants.html
- [similar]
- Receives a multipart message 8139
- « ZMQSocket::recv ZMQSocket::send » PHP Manual ZMQSocket Receives a multipart message ZMQSocket:
...
E_* constants. 戻り値 Returns the array of message parts. Throws ZMQSocketException in error. If ZMQ::MODE_ ...
-
https://man.plustar.jp/php/zmqsocket.recvmulti.html
- [similar]
- Returns the increment component of this TimestampInterface 8038
- « MongoDB\BSON\TimestampInterface MongoDB\BSON\TimestampInterface::getTimestamp » PHP Manual Mon
...
ative number. Although the increment and timestamp parts of the BSON timestamp type consists of two unsigne ...
-
https://man.plustar.jp/php/mongodb-bson-timestampinterface.getincrement.html
- [similar]
- Returns the timestamp component of this TimestampInterface 8038
- « MongoDB\BSON\TimestampInterface::getIncrement MongoDB\BSON\TimestampInterface::__toString » PH
...
ative number. Although the increment and timestamp parts of the BSON timestamp type consists of two unsigne ...
-
https://man.plustar.jp/php/mongodb-bson-timestampinterface.gettimestamp.html
- [similar]