検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 871 for [SIMILAR] 16 1024 4096 WITH 16730 グル WITH 8435... (0.877 sec.)
キーが指すデータを取得する 0
« dba_exists dba_firstkey » PHP Manual DBA 関数 キーが指すデータを取得する dba_fetch (PHP 4, PHP 5, PHP 7, PHP 8) dba_fetch — キーが指すデータを取得する 説明 dba_fetch ( string $key , resource $handle ): string dba_fetch ( string $key , int $skip , resource $handle ): string dba_fetch() ...
https://man.plustar.jp/php/function.dba-fetch.html - [similar]
ファイルやディレクトリのオーナーを変更する 0
« eio_chmod eio_close » PHP Manual Eio 関数 ファイルやディレクトリのオーナーを変更する eio_chown (PECL eio >= 0.0.1dev) eio_chown — ファイルやディレクトリのオーナーを変更する 説明 eio_chown ( string $path , int $uid , int $gid = -1 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL ...
https://man.plustar.jp/php/function.eio-chown.html - [similar]
ファイルのオーナーを変更する 0
« eio_fchmod eio_fdatasync » PHP Manual Eio 関数 ファイルのオーナーを変更する eio_fchown (PECL eio >= 0.0.1dev) eio_fchown — ファイルのオーナーを変更する 説明 eio_fchown ( mixed $fd , int $uid , int $gid = -1 , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ...
https://man.plustar.jp/php/function.eio-fchown.html - [similar]
SITEコマンドをサーバーに送信する 0
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4, PHP 5, PHP 7, PHP 8) ftp_site — SITEコマンドをサーバーに送信する 説明 ftp_site ( FTP\Connection $ftp , string $command ): bool ftp_site() は、指定された SITE コマンドを FTP サーバーに送信しま ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
スレッド化したメッセージのツリーを返す 0
« imap_subscribe imap_timeout » PHP Manual IMAP 関数 スレッド化したメッセージのツリーを返す imap_thread (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) imap_thread — スレッド化したメッセージのツリーを返す 説明 imap_thread ( IMAP\Connection $imap , int $flags = SE_FREE ): array | false スレッド化さ ...
https://man.plustar.jp/php/function.imap-thread.html - [similar]
変数の文字列としての値を取得する 0
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, PHP 5, PHP 7, PHP 8) strval — 変数の文字列としての値を取得する 説明 strval ( mixed $value ): string value の string としての値を 返します。文字列への変換の詳細については、 string の ドキュメン ...
https://man.plustar.jp/php/function.strval.html - [similar]
列挙型をシリアライズする 0
« 値のリスト 例 » PHP Manual 列挙型(Enum) 列挙型をシリアライズする 列挙型をシリアライズする 列挙型は、オブジェクトとは違う形でシリアライズされます。 特別に、列挙型には case 名を指定する新しいシリアライズコード "E" が付与されています。 デシリアライズのルーチンはそれを使って、 既存のシング ...
https://man.plustar.jp/php/language.enumerations.serialization.html - [similar]
変更履歴 0
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの変更履歴をここに記録します。 個々の機能の説明や注意点については、クラスとオブジェクトに関するドキュメントを参照ください。 バージョン 説明 8.1.0 追加: クラスの定数に対して、 final が指定できる ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
tidy クラス 0
« Tidy の例 tidy::body » PHP Manual Tidy tidy クラス tidy クラス (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.5.2) はじめに HTML ファイル中の HTML ノードで、tidy が検出したものです。 クラス概要 class tidy { /* プロパティ */ public ? string $ errorBuffer = null ; public ? string $ value = null ; ...
https://man.plustar.jp/php/class.tidy.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]