検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 734 for s (0.084 sec.)
正規表現検索を行い、コールバック関数を使用して置換を行う 2858
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... 数を使用して置換を行う 説明 preg_replace_callback ( string | array $pattern , callable $callback , strin ... g | array $subject , int $limit = -1 , int &$count = null , int ... $flags = 0 ): string | array | null この関数の動作は、ほぼ ... グネチャは、次のとおりです。 handler ( array $matches ): string preg_replace_callback() 用の callback 関 ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
SSH サーバーに接続する 2858
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_conne ... ct (PECL ssh2 >= 0.9.0) ssh2_connect — SSH サーバーに接続する ... 説明 ssh2_connect ( string $host , int $port = 22 , array ... $methods = ? , array $callbacks = ? ): resource リモートの ... SSH サーバーとの接続を確立します。 一度接続すると、ク ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
notification コンテキストパラメータ用のコールバック関数 2858
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... ラメータ用のコールバック関数 stream_notification_callback (PHP 5 >= 5.2.0, PHP 7, ... PHP 8) stream_notification_callback — notification コンテキ ... ストパラメータ用のコールバック関数 説明 stream_notification_callback ( int $notification_cod ... e , int $severity , string $message , int $message_code , int ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
strftime が生成した日付/時刻をパースする 2858
« strftime strtotime » PHP Manual 日付・時刻 関数 strftime が生成した日付/時刻をパースする strpt ... ime (PHP 5 >= 5.1.0, PHP 7, PHP 8) strptime — strftime() が生成した日付/時刻をパースする ... ます。この関数に頼らないことを強く推奨します。 説明 strptime ( string $timestamp , string $format ): arr ... ay | false strptime() は timestamp をパースした結果を配列で返 ... します。エラー時には false を返します。 月名や曜日、そしてその他の言語依存な ...
https://man.plustar.jp/php/function.strptime.html - [similar]
英文形式の日付を Unix タイムスタンプに変換する 2858
« strptime time » PHP Manual 日付・時刻 関数 英文形式の日付を Unix タイムスタンプに変換する strt ... otime (PHP 4, PHP 5, PHP 7, PHP 8) strtotime — 英文形式の日付を Unix タイムスタンプに変 ... 換する 説明 strtotime ( string $datetime , ? int $baseTimestamp ... = null ): int | false この関数は英語の書式での日付を含む文字列が指定され ... ることを期待しており、 baseTimestamp で与えられたその形式から Unix タイムスタ ...
https://man.plustar.jp/php/function.strtotime.html - [similar]
PHP関連のプロジェクトの歴史 2858
« PHPの歴史 PHP関連の本 » PHP Manual PHP の歴史と関連するプロジェクト PHP関連のプロジェクトの歴史 ... HP関連のプロジェクトの歴史 PEAR » PEAR 、 PHP Extension and Application Repository (元は PHP Extension ... and Add-on Repositoryでした)は、 PHPで書かれた基本的なクラスの集まり ... う。 PEARは2000年1月にTel Avivで開かれたPHP Developers' Meeting (PDM)で行われた議論の中から生まれたもので ... す。これはStig S. Bakkenによって作成され、彼の初めて娘であるMa ...
https://man.plustar.jp/php/history.php.related.html - [similar]
色を補間する 2858
« Imagick::solarizeImage Imagick::spliceImage » PHP Manual Imagick 色を補間する Imagick::sparseC ... (PECL imagick 2 >= 2.3.0, PECL imagick 3) Imagick::sparseColorImage — 色を補間する 説明 public Imagick: ... :sparseColorImage ( int $SPARSE_METHOD , array $argum ... ents , int $channel = Imagick::CHANNEL_DEFAULT ): bool ... 体にわたって見つかった座標の色を補間します。補間には sparse_method を用います。 このメソッドは、ImageMagi ...
https://man.plustar.jp/php/imagick.sparsecolorimage.html - [similar]
値に依存した列挙型(Backed Enum) 2858
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依 ... るシングルトンオブジェクトです。 しかし、列挙型の case をデータベースや、 類似のデータストアで読み書きす ... リアライズ可能であることが自明な) スカラー値を持つ case があると、本質的に役に立ちます。 列挙型にスカラー ... 値を定義するには、以下のようにします: <?php enum Suit : string { case Hearts = 'H' ; case Diamonds = ... 'D' ; case Clubs = 'C' ; case Spades = 'S' ; } ?> スカラー値 ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]
PHP 7.2.x で推奨されなくなる機能 2858
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 PHP 7.2.x で ... 外が発生するようになります。 <?php var_dump ( NONEXISTENT ); /* 出力: Warning: Use of undefined constant ... NONEXISTENT - assumed 'NONEXISTENT' (this will throw an Er ... ror in a future version of PHP) in %s on line %d string(11) "NONEXISTEN ... 03 バリアントは非推奨になりました。 これは idn_to_ascii() および idn_to_utf8() 関数の デフォルト値として ...
https://man.plustar.jp/php/migration72.deprecated.html - [similar]
Execute a database command 2858
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... goDB\Driver\Manager Execute a database command MongoDB\Driver\Manager::executeCommand (m ... B\Driver\Manager::executeCommand — Execute a database command 説明 final public MongoDB\Driver\Manager: ... :executeCommand ( string $db , MongoDB\Driver\Command $command , array ... $options = array() ): MongoDB\Driver\Cursor Selects a serve ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]