Skip to content

Update var-dump.xml 英語版との違いを修正。 #309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions reference/var/functions/var-dump.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
<methodparam rep="repeat"><type>mixed</type><parameter>values</parameter></methodparam>
</methodsynopsis>
<simpara>
この関数は、指定した式に関してその型や値を含む構造化された情報を
返します。配列の場合、その構造を表示するために各値について再帰的に
探索されます。
この関数は一つ以上の式についての構造化された情報を式の型と値を含んで表示します。配列とオブジェクトは再帰的に探られ、構造を示すために値はインデントされます。
</simpara>
<simpara>
オブジェクトのすべての public、private および protected
Expand Down