A parameter that has a default / initializer value is now considered
optional and the default value is shown in italics.

Example:

<methodsynopsis>
 <void/>
 <methodname>Ask</methodname>
 <methodparam>
  <type>string</type>
  <parameter>query_str</parameter>
 </methodparam>
 <methodparam>
  <type>bool</type>
  <parameter>single_step</parameter>
  <initializer>false</initializer>
 </methodparam>
</methodsynopsis>

So this can go to the howto I guess, right?


Goba


-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to