検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 305 for format (0.057 sec.)
文字列に使用されている単語についての情報を返す 5584
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を ... 報を返す 説明 str_word_count ( string $string , int $format = 0 , ? string $characters = null ): array | int s ... tring に含まれる単語数を数えます。 オプションの format が指定されていない場合、 見つかった単語の数を整数値 ... で返します。 format が指定されている場合は結果が配列で返され、 配列の内 ... 容は format に依存します。 format に設定できる値と対応する出力 ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
DateTimeImmutable::createFromFormat のエイリアス 5556
« date_create_from_format date_create_immutable » PHP Manual 日付・時刻 関数 DateTimeImmutable:: ... createFromFormat のエイリアス date_create_immutable_from_format (PH ... >= 5.5.0, PHP 7, PHP 8) date_create_immutable_from_format — DateTimeImmutable::createFromFormat() のエイリア ... 関数のエイリアスです。 DateTimeImmutable::createFromFormat() 関連キーワード: DateTimeImmutable , createFromFo ... rmat , date , create , from , format , immutable , 関数 , 日付 , 時刻 ...
https://man.plustar.jp/php/function.date-create-immutable-from-format.html - [similar]
Description 5527
« Swoole\Redis\Server Swoole\Redis\Server::setHandler » PHP Manual Swoole\Redis\Server Descripti ... on Swoole\Redis\Server::format (PECL swoole >= 1.9.0) Swoole\Redis\Server::format ... escription 説明 public static Swoole\Redis\Server::format ( string $type , string $value = ? ): ReturnType 警 ... り値 関連キーワード: Description , Swoole , Server , format , type , string , public , static , swoole , setHa ...
https://man.plustar.jp/php/swoole-redis-server.format.html - [similar]
日付・時刻 関数 5471
« DatePeriod::getStartDate checkdate » PHP Manual Date/Time 日付・時刻 関数 日付・時刻 関数 目次 ... _add — DateTime::add のエイリアス date_create_from_format — DateTime::createFromFormat のエイリアス date_cre ... ate_immutable_from_format — DateTimeImmutable::createFromFormat のエイリアス ... 定する date_diff — DateTime::diff のエイリアス date_format — DateTime::format のエイリアス date_get_last_erro ... l::createFromDateString のエイリアス date_interval_format — DateInterval::format のエイリアス date_isodate_s ...
https://man.plustar.jp/php/ref.datetime.html - [similar]
新しい DateTimeImmutable オブジェクトを返す 5377
« DateTimeImmutable::add DateTimeImmutable::createFromFormat » PHP Manual DateTimeImmutable 新し ... ho $e -> getMessage (); exit( 1 ); } echo $date -> format ( 'Y-m-d' ); ?> 手続き型 <?php $date = date_create ... r ) { echo " $error \n" ; } exit( 1 ); } echo date_format ( $date , 'Y-m-d' ); ?> 上の例の出力は以下となりま ... DateTimeImmutable ( '2000-01-01' ); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // 指定したタイムゾーン ... eImmutableZone ( 'Pacific/Nauru' )); echo $date -> format ( 'Y-m-d H:i:sP' ) . "\n" ; // そのコンピュータのタ ...
https://man.plustar.jp/php/datetimeimmutable.construct.html - [similar]
時刻を設定する 5264
« DateTimeImmutable::setISODate DateTimeImmutable::setTimestamp » PHP Manual DateTimeImmutable 時 ... Date = $date -> setTime ( 14 , 55 ); echo $date -> format ( 'Y-m-d H:i:s' ) . "\n" ; $newDate = $date -> set ... Time ( 14 , 55 , 24 ); echo $date -> format ( 'Y-m-d H:i:s' ) . "\n" ; ?> 上の例の出力は、 たと ... date -> setTime ( 14 , 55 , 24 ); echo $newDate -> format ( 'Y-m-d H:i:s' ) . "\n" ; $newDate = $date -> set ... Time ( 14 , 55 , 65 ); echo $newDate -> format ( 'Y-m-d H:i:s' ) . "\n" ; $newDate = $date -> set ...
https://man.plustar.jp/php/datetimeimmutable.settime.html - [similar]
直近のクエリについての情報を得る 5236
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る ... よって変わります。 INSERT INTO ... SELECT ... String format: Records: 23 Duplicates: 0 Warnings: 0 INSERT INTO ... ... VALUES (...),(...),(...)... String format: Records: 37 Duplicates: 0 Warnings: 0 LOAD DATA I ... NFILE ... String format: Records: 42 Deleted: 0 Skipped: 0 Warnings: 0 ALT ... ER TABLE String format: Records: 60 Duplicates: 0 Warnings: 0 UPDATE Stri ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
Vtiful\Kernel\Excel insertText 5236
« Vtiful\Kernel\Excel::insertImage Vtiful\Kernel\Excel::mergeCells » PHP Manual Vtiful\Kernel\Ex ... , int $column , string int double $data , string $format = ? ) Write text in a cell. パラメータ row cell ro ... w column cell column data data to be written format String format 戻り値 Vtiful\Kernel\Excel instance ... 関連キーワード: Vtiful , Kernel , insertText , row , format , data , column , int , public , xlswriter ...
https://man.plustar.jp/php/vtiful-kernel-excel.insertText.html - [similar]
Create a new ClientEncryption object 5180
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... supported and at least one must be specified. The format for "aws" is as follows: aws: { accessKeyId: <stri ... ng>, secretAccessKey: <string> } The format for "azure" is as follows: azure: { tenantId: <str ... > // Defaults to "login.microsoftonline.com" } The format for "gcp" is as follows: aws: { email: <string>, p ... ring> // Defaults to "oauth2.googleapis.com" } The format for "local" is as follows: local: { // 96-byte mas ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
日付・時刻 5123
« unixtojd はじめに » PHP Manual 日付および時刻関連 日付・時刻 日付・時刻 はじめに インストール/ ... しい DateTime オブジェクトを返す DateTime::createFromFormat — 指定した書式で時刻文字列をパースする DateTime::c ... le オブジェクトを返す DateTimeImmutable::createFromFormat — 時刻の文字列を指定されたフォーマットに従ってパー ... ふたつの DateTime オブジェクトの差を返す DateTime::format — 指定した書式でフォーマットした日付を返す DateTim ... 指定文字列から DateInterval を作成する DateInterval::format — 間隔をフォーマットする DatePeriod — DatePeriod ク ...
https://man.plustar.jp/php/book.datetime.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT