検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 278 for [SIMILAR] 16 1024 4096 WITH 26200 コピ WITH 2576... (0.392 sec.)
指定長、指定した値で配列を埋める 0
« array_multisort array_pop » PHP Manual 配列 関数 指定長、指定した値で配列を埋める array_pad (PHP 4, PHP 5, PHP 7, PHP 8) array_pad — 指定長、指定した値で配列を埋める 説明 array_pad ( array $array , int $length , mixed $value ): array array_pad() は、 length で指定した長さになるように値 ...
https://man.plustar.jp/php/function.array-pad.html - [similar]
オブジェクトと参照 0
« 遅延静的束縛 (Late Static Bindings) オブジェクトのシリアライズ » PHP Manual クラスとオブジェクト オブジェクトと参照 オブジェクトと参照 PHP でのオブジェクト指向プログラミングのポイントとしてよく言われるのは 「オブジェクトはデフォルトでは参照渡しとなります」ということです。 しかし、正確に ...
https://man.plustar.jp/php/language.oop5.references.html - [similar]
ArrayIterator を作成する 0
« ArrayIterator::asort ArrayIterator::count » PHP Manual ArrayIterator ArrayIterator を作成する ArrayIterator::__construct (PHP 5, PHP 7, PHP 8) ArrayIterator::__construct — ArrayIterator を作成する 説明 public ArrayIterator::__construct ( array | object $array = [] , int $flags = 0 ) Ar ...
https://man.plustar.jp/php/arrayiterator.construct.html - [similar]
はじめに 0
« Mailparse インストール/設定 » PHP Manual Mailparse はじめに はじめに Mailparse は、電子メールのメッセージをパースして処理するための拡張モジュールです。 » RFC 822 および » RFC 2045 ( MIME ) に準拠したメッセージを扱うことができます。 Mailparse はストリームベースで動作します。つまり、 処理 ...
https://man.plustar.jp/php/intro.mailparse.html - [similar]
リファレンスを返す 0
« リファレンス渡し リファレンスの解除 » PHP Manual リファレンスの説明 リファレンスを返す リファレンスを返す リファレンスを返すことは、結合する変数を見付けるために関数を使用し たい場合に便利です。パフォーマンスを向上させるためだけの目的で この機能を用いることは やめてください 。 そのような ...
https://man.plustar.jp/php/language.references.return.html - [similar]
現在のノードから XML を取得する 0
« XMLReader::read XMLReader::readOuterXml » PHP Manual XMLReader 現在のノードから XML を取得する XMLReader::readInnerXml (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLReader::readInnerXml — 現在のノードから XML を取得する 説明 public XMLReader::readInnerXml (): string 現在のノードの中身を、子ノードや ...
https://man.plustar.jp/php/xmlreader.readinnerxml.html - [similar]
現在のノードの内容を文字列で読み込む 0
« XMLReader::readOuterXml XMLReader::setParserProperty » PHP Manual XMLReader 現在のノードの内容を文字列で読み込む XMLReader::readString (PHP 5 >= 5.2.0, PHP 7, PHP 8) XMLReader::readString — 現在のノードの内容を文字列で読み込む 説明 public XMLReader::readString (): string 現在のノードの ...
https://man.plustar.jp/php/xmlreader.readstring.html - [similar]
SCP 経由でファイルを送信する 0
« ssh2_scp_recv ssh2_send_eof » PHP Manual SSH2 関数 SCP 経由でファイルを送信する ssh2_scp_send (PECL ssh2 >= 0.9.0) ssh2_scp_send — SCP 経由でファイルを送信する 説明 ssh2_scp_send ( resource $session , string $local_file , string $remote_file , int $create_mode = 0644 ): bool ローカルフ ...
https://man.plustar.jp/php/function.ssh2-scp-send.html - [similar]
定義済み定数 0
« リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 SVN_REVISION_HEAD ( int ) HEAD リビジョンを指すマジックナンバー (-1)。 sv ...
https://man.plustar.jp/php/svn.constants.html - [similar]
アルファチャネルを使用した、画像へのすかしの追加 0
« PHP による PNG の生成 imagecopymerge による半透明なすかしの作成 » PHP Manual 例 アルファチャネルを使用した、画像へのすかしの追加 アルファチャネルを使用した、画像へのすかしの追加 例1 アルファチャネルを使用した、画像へのすかしの追加 <?php // スタンプと、それをすかしとして適用する写真を読 ...
https://man.plustar.jp/php/image.examples-watermark.html - [similar]