mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
better example title and description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312023 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bb5bd31921
commit
2557a1fb89
1 changed files with 6 additions and 1 deletions
|
@ -119,7 +119,12 @@ array(5) {
|
|||
</screen>
|
||||
</example>
|
||||
<example>
|
||||
<title>Another example</title>
|
||||
<title>Accessing invalid object properties</title>
|
||||
<simpara>
|
||||
Accessing elements within an object that contain characters not
|
||||
permitted under PHP's naming convention (e.g. the hyphen) can be
|
||||
accomplished by encapsulating the element name within braces and the apostrophe.
|
||||
</simpara>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue