text
stringlengths 1
254
| output
stringlengths 2
255
|
---|---|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
Warning
|
(4.0.2 - 4.2.3 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
The return value of ceil() is still of type float as the value range of float is usually bigger than that of integer.
|
value の次に大きい整数値を返します。 ceil() の返り値は、 float 型となりま す。これは、 float 値の範囲は通常 int より も広いためです。
|
See also floor() and round().
|
floor() と round() も参照 下さい。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
Returns TRUE on success or FALSE on failure..
|
PHPのカレント・ディレクトリを directory に変 更します。ディレクトリを変更できなかった場合は FALSE を返し、そう でなければ TRUE を返します。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
Checks the validity of the date formed by the arguments.
|
指定された日付が有効であれば TRUE を返し、そうでなければ FALSE を返します。引数で指定された日付の妥当性をチェックします。日付が 以下のようになっていれば妥当であると判断されます。
|
year is between 1 and 32767 inclusive
|
年が1から32767の間であること。
|
Day is within the allowed number of days for the given month.
|
月が1から12の間であること。
|
See also mktime() and strtotime().
|
day が指定された月 (month )の日数以内に収まること。うるう年 (year )も考慮の対象となります。
|
Date and Time functions
|
mktime() 及び strtotime() も参 照下さい。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
Returns TRUE if any records are found; returns FALSE if no records were found or if an error occurred.
|
host に対応する type 型のレコードをDNSから探します。レコードが見つかった場合に TRUE 、 何も見つからないかエラーが発生した場合に FALSE を返します。
|
A, MX, NS, SOA, PTR, CNAME, AAAA, or ANY.
|
type は、A,MX,NS,SOA,PTR,CNAME,ANYのどれか 一つです。デフォルトはMXです。
|
Host may either be the IP address in dotted-quad notation or the host name.
|
host は、4つのドットを用いた表記の IPアドレスもしくはホスト名です。
|
See also getmxrr(), gethostbyaddr(), gethostbyname(), gethostbynamel(), and the named(8) manual page.
|
getmxrr(), gethostbyaddr(), gethostbyname(), gethostbynamel() および named(8)マニュアルページも参考にしてください。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
Only the superuser may change the group of a file arbitrarily; other users may change the group of a file to any group of which that user is a member.
|
(名前または番号で指定した)ファイル filename のグループを group に変更しようと試みます。 スーパーユーザのみがファイルのグループを任意に変更できます。 その他のユーザは、ファイルのグループをそのユーザがメンバーとして 属しているグループに変更できます。
|
Returns TRUE on success or FALSE on failure.
|
成功すると TRUE を返し、そうでなければ FALSE を返します。
|
See also chown() and chmod().
|
chown() および chmod() も参照下さい。
|
basename
|
注意 この関数はWindows環境にはまだ実装されていません。
|
Attempts to change the mode of the file specified by filename to that given in mode.
|
(PHP 3, PHP 4)
|
To ensure the expected operation, you need to prefix mode with a zero (0):
|
filename で指定されたファイルのモードを mode で指定したものに変更しようと試みます。
|
The mode parameter consists of three octal number components specifying access restrictions for the owner, the user group in which the owner is in, and to everybody else in this order.
|
mode は自動的には8進数と見なされないので 注意して下さい。このため、("g+w"のような)文字列は正常に動作しませ ん。意図した操作を行うには、 mode の前にゼロ (0)を付ける必要があります。
|
Number 1 means that you grant execute rights, number 2 means that you make the file writeable, number 4 means that you make the file readable.
|
成功すると TRUE 、そうでなければ FALSE を返します。
|
You can also read more about modes on UNIX systems with 'man 1 chmod' and'man 2 chmod '.
|
chown() および chgrp() も参照下さい。
|
It is probably not the same user you use for normal shell or FTP access.
|
注意 この関数はWindows環境にはまだ実装されていません。
|
This function is an alias of rtrim().
|
この関数は、 rtrim() へのエイリアスです。
|
bin2hex
|
注意 chop() は、文字列の末尾の文字を削除するPerlの chop() 関数とは異なっています。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
Only the superuser may change the owner of a file.
|
ファイル filename の所有者を(名前または番号 で指定した)ユーザ user に変更しようと試みま す。スーパーユーザのみがファイルの所有者を変更できます。
|
Returns TRUE on success or FALSE on failure.
|
成功すると TRUE を返し、そうでなければ FALSE を返します。
|
See also chmod().
|
chown() および chmod() も参照下さい。
|
clearstatcache
|
注意 この関数はWindows環境にはまだ実装されていません。
|
Prev
|
(PHP 3, PHP 4)
|
Returns a one-character string containing the character specified by ascii.
|
ascii で指定された、1文字からなる文字列 を返します。
|
Example 1. chr() example
|
例 1 chr() の例
|
You can find an ASCII-table over here: http: / /www.asciitable.com.
|
ASCIIテーブルを http://www.asciitable.com で参照することが可能です。
|
See also sprintf() with a format string of %c.
|
この関数は ord() の逆の動作をします。 sprintf() のフォーマット文字列 %c 指定も参照下さい。
|
(PHP 4 = 4.0.5)
|
(PHP 4 = 4.0.5)
|
Returns TRUE on success or FALSE on failure..
|
カレントのプロセスのルートディレクトリを directory に変更します。ルートディレクトリ を変更できない場合に FALSE 、それ以外の場合に TRUE を返します。
|
This function will only function correct when you run PHP as command line too. (CLI)
|
注意 このリクエストの後で再度ルートディレクトリを / にリセットするこ とはできないため、Webサーバ環境での実行時にこの関数を使用するの は賢明ではありません。この関数は、CGIとして実行する場合にのみ正 しく機能します。
|
(PHP 3 = 3.0.6, PHP 4)
|
(PHP 3 = 3.0.6, PHP 4)
|
It inserts end (defaults to "\r\n") every chunklen characters (defaults to 76).
|
文字列をより小さな部分に分割する際に使用され、 base64_encode の出力を RFC 2045の規約に基づいた出力に変換するといった用途に適しています。 この関数は、 chunklen (デフォルトは 76) 文字毎に文字列 end (デフォルトは "\r\n") を挿入します。変換前の元の文字列はそのままとし、 変換後の新しい文字列を返します。
|
Example 1. chunk_split() example
|
例 1 chunk_split() の例
|
See also explode(), split() wordwrap() and RFC 2045.
|
explode(), split(), wordwrap() も参照下さい。
|
(PHP 4)
|
(PHP 4)
|
See also get_declared_classes().
|
この関数は、 class_name で指定したクラスが定 義されている場合に TRUE 、その他の場合に FALSE を返します。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
However, in certain cases, you may want to clear the cached information.
|
stat または lstat システムコールは、ほとんどのシステムにおいて かなりのコストがかかるものです。そのため、ステータス関連の関数 (後述)への最後のコールの結果はキャッシュされ、同名のファイル に対する同じような関数コールに際してそのキャッシュが使われます。 強制的に新たなステータスチェックを行いたい場合、たとえばファイルが 何度もチェックされその間に変更されたり消えたりする可能性がある 場合、この関数をコールすることにより最後のコールの結果がメモリから クリアされます。
|
In these cases, you can use the clearstatcache() function to clear the information that PHP caches about a file.
|
単一のリクエストが持続している間のみ、この値のキャッシュが 行われます。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
The stream must have previously been opened by opendir().
|
dir_handle で指定したディレクトリのストリー ムをクローズします。このストリームは、 opendir() により事前にオープンされていなければ なりません。
|
(PHP 3, PHP 4)
|
(PHP 3, PHP 4)
|
The use of closelog() is optional.
|
closelog() はシステムログへの書きこみに使用 されているデスクプリタを閉じます。 closelog() の 使用はオプションです。
|
Prev
|
define_syslog_variables(), syslog(), openlog() も参照下さい。
|
Prev
|
(4.1.0 - 4.3.0 only)
|
Increases the components reference counter.
|
コンポーネントリファレンスカウンタを増やします。
|
(PHP 3 = 3.0.3, 4.0.5 - 4.3.0 only)
|
(PHP 3 = 3.0.3, 4.0.5 - 4.3.0 only)
|
Returns FALSE on error.
|
com_object が指すCOMコンポーネントの property の値を返します。エラー時に FALSE を返します。
|
(PHP 3 = 3.0.3)
|
(PHP 3 = 3.0.3)
|
Returns FALSE on error, returns the function_name 's return value on success.
|
com_invoke() は、 com_object が指すCOMコンポーネントのメソッ ドをコールします。エラーの場合に FALSE を返し、 成功時に function_name の返り値を返します。
|
Warning
|
(4.1.0 - 4.3.0 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
com_load() creates a new COM component and returns a reference to it.
|
(PHP 3 = 3.0.3)
|
Possible values for codepage are CP_ACP, CP_MACCP, CP_OEMCP, CP_SYMBOL, CP_THREAD_ACP, CP_UTF7 and CP_UTF8.
|
com_load() は、新規のCOMコンポーネントを作成し、 このコンポーネントへのリファレンスを返します。失敗した場合に FALSE を返します。 Possible values for codepage are CP_ACP, CP_MACCP, CP_OEMCP, CP_SYMBOL, CP_THREAD_ACP, CP_UTF7 and CP_UTF8.
|
Warning
|
(4.1.0 - 4.3.0 only)
|
Prev
|
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
|
(PHP 4)
|
(PHP 4)
|
Each parameter can be either a string containing the name of the variable, or an array of variable names.
|
compact() がとるパラメータの数は可変です。 各パラメータは、変数名を値とする文字列か、変数名の配列のどちらかとする ことができます。配列は、変数名を値とする別の配列を持つことができます。 compact() はこれを再帰的に処理します。
|
It returns the output array with all the variables added to it.
|
設定されていない全ての文字列は、単にスキップされます。
|
Example 1. compact() example
|
例 1 compact() の例
|
After this, $result will be:
|
この例により、 $result は、 array ("event" = "SIGGRAPH", "city" = "San Francisco", "state" = "CA") となります。
|
See also extract().
|
extract() も参照下さい。
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.