検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 756 for R (0.009 sec.)
Lexer examples 4843
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... integer list <?php use Parle \ Token ; use Parle \ Lexer ; ... use Parle \ LexerException ; /* name => id */ $token = arr ... ay( "COMMA" => 1 , "CRLF" => 2 , "DECIMAL" => 3 , ); /* id => name */ $to ... kenIdToName = array_flip ( $token ); $lex = new Lexer ; $lex -> pus ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
ファイルのパーミッションを取得する 4740
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... erms (PHP 4, PHP 5, PHP 7, PHP 8) fileperms — ファイル ... のパーミッションを取得する 説明 fileperms ( string $filename ): int | false 指定したファイ ... alse を返します。 エラー / 例外 失敗したときは E_WARNING が発生します。 例 例1 八進形式でのパーミッショ ... ンの表示 <?php echo substr ( sprintf ( '%o' , fileperms ( '/tmp' )), - 4 ); e ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
署名済みテキストを検証する 4740
« gnupg_sign wkhtmltox » PHP Manual GnuPG 関数 署名済みテキストを検証する gnupg_verify (PECL gnu ... pg >= 0.1) gnupg_verify — 署名済みテキストを検証する 説明 gnupg_verify ... ( resource $identifier , string $signed_text , string ... $signature , string &$plaintext = ? ): array 指定した signed ... 、署名についての情報を返します。 パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnu ...
https://man.plustar.jp/php/function.gnupg-verify.html - [similar]
未解決のトランザクションをコミットする 4740
« oci_close oci_connect » PHP Manual OCI8 関数 未解決のトランザクションをコミットする oci_commit ... 決のトランザクションをコミットする 説明 oci_commit ( resource $connection ): bool Oracle接続 connection 上 ... oci_pconnect() あるいは oci_new_connect() が返す Oracle 接続 ID。 戻り値 成功した場合に true を、失敗し ... たときにはロールバックします $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); $stid = oci_parse ... ( $conn , "INSERT INTO mysalary (id, name) VALUES (1, 'Chris')" ); ...
https://man.plustar.jp/php/function.oci-commit.html - [similar]
単一または全てのフィールドをクリアする 4685
« IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー ... ルドをクリアする IntlCalendar::clear (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0. ... 0a1) IntlCalendar::clear — 単一または全てのフィールドをクリアする 説 ... 明 オブジェクト指向型 public IntlCalendar::clear ( ? int $field = null ): bool 手続き型 intl ... cal_clear ( IntlCalendar $calendar , ? int $field = null ): ...
https://man.plustar.jp/php/intlcalendar.clear.html - [similar]
リソースバンドルを作成する 4685
« ResourceBundle::count ResourceBundle::getErrorCode » PHP Manual ResourceBundle リソースバンドル ... を作成する ResourceBundle::create resourcebundle_create Resourc ... eBundle::__construct (PHP 5 >= 5.3.2, PHP 7, PHP 8, PECL intl >= 2.0 ... .0) ResourceBundle::create -- resourcebundle_create -- R ... esourceBundle::__construct — リソースバンドルを作成する ...
https://man.plustar.jp/php/resourcebundle.create.html - [similar]
全ての定義済の変数を配列で返す 4631
« get_debug_type get_resource_id » PHP Manual 変数操作 関数 全ての定義済の変数を配列で返す get_d ... efined_vars (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) get_defined ... _vars — 全ての定義済の変数を配列で返す 説明 get_defined ... _vars (): array この関数は、環境変数、サーバー変数、 ge ... t_defined_vars() がコールされたスコープ内でユーザーが定義した変数 ...
https://man.plustar.jp/php/function.get-defined-vars.html - [similar]
未解決のデータベーストランザクションをロールバックする 4631
« oci_result oci_server_version » PHP Manual OCI8 関数 未解決のデータベーストランザクションをロー ... ルバックする oci_rollback (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) o ... ci_rollback — 未解決のデータベーストランザクションをロー ... ルバックする 説明 oci_rollback ( resource $connection ): bool Oracle 接続 ... 得しているロックはすべて解放します。また、すべての Oracle SAVEPOINTS を削除します。 トランザクションが始 ...
https://man.plustar.jp/php/function.oci-rollback.html - [similar]
色を返す 4631
« ImagickPixel::destroy ImagickPixel::getColorAsString » PHP Manual ImagickPixel 色を返す Imagic ... kPixel::getColor (PECL imagick 2, PECL imagick 3) ImagickPixel::get ... Color — 色を返す 説明 public ImagickPixel::getColor ( in ... t $normalized = 0 ): array ImagickPixel オブジェクトの色を ... は、 4 つの要素からなる配列となります。 パラメータ normalized 色を正規化する。 有効な値は 0 , 1 , 2 です。 ...
https://man.plustar.jp/php/imagickpixel.getcolor.html - [similar]
4631
« 定義済み定数 OCI8 接続のハンドリングおよびプーリング » PHP Manual OCI8 例 例 これらの例では HR ... として接続しています。 これは、Oracle データベースに付属するサンプルのスキーマ "Huma ... n Resources" 用のユーザーです。このユーザーを使うには、 ... という手順をとります。 <?php $conn = oci_connect ( 'hr' , 'welcome' , 'localhost/XE' ); if (! $conn ) { $ ... e = oci_error (); trigger_error ( htmlentities ( $e [ 'messag ...
https://man.plustar.jp/php/oci8.examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT