File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3-
4- <refentry xml : id =" gender-gender.country" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
3+ <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id =" gender-gender.country" >
54 <refnamediv >
65 <refname >Gender\Gender::country</refname >
76 <refpurpose >Get textual country representation</refpurpose >
4443
4544 <refsect1 role =" examples" >
4645 &reftitle.examples;
47- <para >
48- <example >
49- <title >Using <methodname >Gender\Gender::country</methodname ></title >
50- <programlisting role =" php" >
46+ <example >
47+ <title >Using <methodname >Gender\Gender::country</methodname ></title >
48+ <programlisting role =" php" >
5149<![CDATA[
5250$gender = new Gender\Gender;
5351var_dump($gender->country(Gender\Gender::BRITAIN));
5452]]>
55- </programlisting >
56- &example.outputs;
57- <screen >
53+ </programlisting >
54+ &example.outputs;
55+ <screen >
5856<![CDATA[
5957array(2) {
6058 'country_short' =>
@@ -63,12 +61,10 @@ array(2) {
6361 string(13) "Great Britain"
6462}
6563]]>
66- </screen >
67- </example >
68- </para >
64+ </screen >
65+ </example >
6966 </refsect1 >
7067</refentry >
71-
7268<!-- Keep this comment at the end of the file
7369Local variables:
7470mode: sgml
You can’t perform that action at this time.
0 commit comments