検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 441 for [SIMILAR] 16 1024 4096 WITH 33314 wincache WITH ... (0.458 sec.)
文字列をランダムにシャッフルする 0
« str_rot13 str_split » PHP Manual String 関数 文字列をランダムにシャッフルする str_shuffle (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str_shuffle — 文字列をランダムにシャッフルする 説明 str_shuffle ( string $string ): string str_shuffle() は文字列をシャッフルします。 考えられるすべての順列の ...
https://man.plustar.jp/php/function.str-shuffle.html - [similar]
登録済みのイベントハンドラをキャンセルする 0
« ibase_field_info ibase_free_query » PHP Manual Firebird/InterBase 関数 登録済みのイベントハンドラをキャンセルする ibase_free_event_handler (PHP 5, PHP 7 < 7.4.0) ibase_free_event_handler — 登録済みのイベントハンドラをキャンセルする 説明 ibase_free_event_handler ( resource $event ): boo ...
https://man.plustar.jp/php/function.ibase-free-event-handler.html - [similar]
スキャンするテキストを設定する 0
« IntlBreakIterator::previous IntlRuleBasedBreakIterator » PHP Manual IntlBreakIterator スキャンするテキストを設定する IntlBreakIterator::setText (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::setText — スキャンするテキストを設定する 説明 public IntlBreakIterator::setText ( string $te ...
https://man.plustar.jp/php/intlbreakiterator.settext.html - [similar]
サブパターン 0
« 内部オプション設定 繰り返し » PHP Manual PCRE 正規表現構文 サブパターン サブパターン サブパターンは、丸カッコで括られたパターンのことで、ネストも可能です。 パターンの一部をサブパターンにすると、以下の 2 つのことが可能になります。 選択肢の範囲の指定 (localize)。例えば、パターン cat(arac ...
https://man.plustar.jp/php/regexp.reference.subpatterns.html - [similar]
スキャンするテキストを取得する 0
« IntlBreakIterator::getPartsIterator IntlBreakIterator::isBoundary » PHP Manual IntlBreakIterator スキャンするテキストを取得する IntlBreakIterator::getText (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlBreakIterator::getText — スキャンするテキストを取得する 説明 public IntlBreakIterator::getText ( ...
https://man.plustar.jp/php/intlbreakiterator.gettext.html - [similar]
キャラクタセットを取得する 0
« ColumnResult::__construct ColumnResult::getCollationName » PHP Manual mysql_xdevapi\ColumnResult キャラクタセットを取得する ColumnResult::getCharacterSetName (No version information available, might only be in Git) ColumnResult::getCharacterSetName — キャラクタセットを取得する 説明 pub ...
https://man.plustar.jp/php/mysql-xdevapi-columnresult.getcharactersetname.html - [similar]
基本的な使用法 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
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP 5, PHP 7, PHP 8) unset — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破棄します。 関数 unset() の内部動作は、 破棄しようとする変数の型 ...
https://man.plustar.jp/php/function.unset.html - [similar]
画面全体をキャプチャする 0
« imagegif imagegrabwindow » PHP Manual GD および Image 関数 画面全体をキャプチャする imagegrabscreen (PHP 5 >= 5.2.2, PHP 7, PHP 8) imagegrabscreen — 画面全体をキャプチャする 説明 imagegrabscreen (): GdImage | false 画面全体のスクリーンショットを取得します。 注意 : この関数は Windows 上 ...
https://man.plustar.jp/php/function.imagegrabscreen.html - [similar]
配列をシャッフルする 0
« rsort sizeof » PHP Manual 配列 関数 配列をシャッフルする shuffle (PHP 4, PHP 5, PHP 7, PHP 8) shuffle — 配列をシャッフルする 説明 shuffle ( array &$array ): bool この関数は、配列をシャッフル (要素の順番をランダムに) します。 この関数が使う疑似乱数生成器は、暗号学的な使い方には適していま ...
https://man.plustar.jp/php/function.shuffle.html - [similar]