検索

phrase: max: clip:
target: order:
Results of 491 - 500 of about 1358 for [SIMILAR] 16 1024 4096 WITH 19025 strpos WITH 57... (4.425 sec.)
基本的な使用法 0
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 とても簡単なオブジェクト指向インターフェイスで行います。 画像のサムネイルを作成する簡単な例をごらんください。 例1 Imagick によるサムネイルの作成 <?php header ( 'Content-type: image/jpeg' ); $i ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
手早くメッセージをフォーマットする 0
« MessageFormatter::create MessageFormatter::format » PHP Manual MessageFormatter 手早くメッセージをフォーマットする MessageFormatter::formatMessage msgfmt_format_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::formatMessage -- msgfmt_format_message — 手早くメ ...
https://man.plustar.jp/php/messageformatter.formatmessage.html - [similar]
はじめに 0
« セキュリティ 一般的な考慮事項 » PHP Manual セキュリティ はじめに はじめに PHP は強力な言語そしてインタプリタであり、モジュールとして Web サー バーに組み込んだ場合でも、独立した CGI バイナリ として実行される場合でも、ファイルをアクセスしたり、コマンドを実行 したり、サーバーへのネットワー ...
https://man.plustar.jp/php/security.intro.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
指定した型の変数が存在するかどうかを調べる 0
« Filter 関数 filter_id » PHP Manual Filter 関数 指定した型の変数が存在するかどうかを調べる filter_has_var (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_has_var — 指定した型の変数が存在するかどうかを調べる 説明 filter_has_var ( int $input_type , string $var_name ): bool パラメータ input_type INP ...
https://man.plustar.jp/php/function.filter-has-var.html - [similar]
種々の readline の内部変数を取得/設定する 0
« readline_completion_function readline_list_history » PHP Manual Readline 関数 種々の readline の内部変数を取得/設定する readline_info (PHP 4, PHP 5, PHP 7, PHP 8) readline_info — 種々の readline の内部変数を取得/設定する 説明 readline_info ( ? string $var_name = null , int | string | b ...
https://man.plustar.jp/php/function.readline-info.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 0
« mb_strimwidth mb_stristr » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す mb_stripos (PHP 5 >= 5.2.0, PHP 7, PHP 8) mb_stripos — 大文字小文字を区別せず、 文字列の中で指定した文字列が最初に現れる位置を探す 説明 mb_stripos ( ...
https://man.plustar.jp/php/function.mb-stripos.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]
For Each 0
« 例 配列と配列形式の COM プロパティ » PHP Manual 例 For Each For Each 標準的な COM/OLE IEnumVariant の内容について、 PHP の foreach 命令を使用した反復処理を行うことができます。分かりやすく言うと、 これは、VB/ASP のコードで For Each を使用できる場所には foreach を使用できるということを意 ...
https://man.plustar.jp/php/com.examples.foreach.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 0
« preg_quote preg_replace_callback » PHP Manual PCRE 関数 正規表現検索を行い、コールバック関数を使用して置換を行う preg_replace_callback_array (PHP 7, PHP 8) preg_replace_callback_array — 正規表現検索を行い、コールバック関数を使用して置換を行う 説明 preg_replace_callback_array ( array $p ...
https://man.plustar.jp/php/function.preg-replace-callback-array.html - [similar]