検索

phrase: max: clip:
target: order:
Results of 651 - 660 of about 1200 for var (0.116 sec.)
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 2619
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換 ... 9_1_string = utf8_decode ( $invalid_utf8_string ); var_dump ( $iso8859_1_string ); // Characters which do ... $iso8859_1_string = utf8_decode ( $utf8_string ); var_dump ( $iso8859_1_string ); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
オブジェクトに関する直近のエラーコードを取得する 2619
« IntlCalendar::getDayOfWeekType IntlCalendar::getErrorMessage » PHP Manual IntlCalendar オブジェ ... cal = new IntlGregorianCalendar ( 2012 , 1 , 29 ); var_dump ( $intlcal -> getErrorCode (), $intlcal -> ge ... ference (- 1e100 , IntlCalendar :: FIELD_SECOND ); var_dump ( $intlcal -> getErrorCode (), $intlcal -> ge ...
https://man.plustar.jp/php/intlcalendar.geterrorcode.html - [similar]
時刻または複数の共通フィールドを一度に設定する 2619
« IntlCalendar::roll IntlCalendar::setFirstDayOfWeek » PHP Manual IntlCalendar 時刻または複数の共 ... et ( IntlCalendar :: FIELD_EXTENDED_YEAR , 2011 ); var_dump ( IntlDateFormatter :: formatObject ( $cal )) ... -> clear ( IntlCalendar :: FIELD_EXTENDED_YEAR ); var_dump ( IntlDateFormatter :: formatObject ( $cal )) ...
https://man.plustar.jp/php/intlcalendar.set.html - [similar]
実行時設定 2619
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... る必要があります。例えば、 » Qmail ユーザーは、通常 /var/qmail/bin/sendmail または /var/qmail/bin/qmail-inj ...
https://man.plustar.jp/php/mail.configuration.html - [similar]
新機能 2619
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x ... ( int ... $ints ) { return array_sum ( $ints ); } var_dump ( sumOfInts ( 2 , '3' , 4.1 )); 上の例の出力は ... c function log ( string $msg ) { echo $msg ; } }); var_dump ( $app -> getLogger ()); ?> 上の例の出力は以下 ... ODEPOINT_MAX ); echo IntlChar :: charName ( '@' ); var_dump ( IntlChar :: ispunct ( '!' )); 上の例の出力は ... に対して整数の除算を行い、その結果を返します。 <?php var_dump ( intdiv ( 10 , 3 )); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
Create a new BulkWrite 2619
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... ocument fields. Parameters can then be accessed as variables in an aggregate expression context (e.g. $$v ... > getMessage (), $writeConcernError -> getCode (), var_export ( $writeConcernError -> getInfo (), true ) ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
現在の Phar エントリを zlib あるいは bzip2 のいずれかで圧縮する 2619
« PharFileInfo::chmod PharFileInfo::__construct » PHP Manual PharFileInfo 現在の Phar エントリを ... yfile.txt' ] = 'hi' ; $file = $p [ 'myfile.txt' ]; var_dump ( $file -> isCompressed ( Phar :: BZ2 )); $p ... [ 'myfile.txt' ]-> compress ( Phar :: BZ2 ); var_dump ( $file -> isCompressed ( Phar :: BZ2 )); } c ...
https://man.plustar.jp/php/pharfileinfo.compress.html - [similar]
PDOStatement クラス 2591
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement ク ... public bindColumn ( string | int $column , mixed &$var , int $type = PDO::PARAM_STR , int $maxLength = 0 ... l public bindParam ( string | int $param , mixed &$var , int $type = PDO::PARAM_STR , int $maxLength = 0 ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
サポートする日付と時刻の書式 2591
« timezone_version_get 時刻の書式 » PHP Manual Date/Time サポートする日付と時刻の書式 サポートす ... われます: <?php $res = date_parse ( "2015-09-31" ); var_dump ( $res [ "warnings" ]); ?> 上の例の出力は以下 ... le :: createFromFormat ( "Y-m-d" , "2015-09-34" ); var_dump ( $res ); 上の例の出力は以下となります。 clas ...
https://man.plustar.jp/php/datetime.formats.html - [similar]
Returns the last value 2591
« Ds\Deque::jsonSerialize Ds\Deque::map » PHP Manual Deque Returns the last value Ds\Deque::last ... e <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); var_dump ( $deque -> last ()); ?> 上の例の出力は、 たと ...
https://man.plustar.jp/php/ds-deque.last.html - [similar]