Date: 01/12/03
- Next message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- In reply to: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Next in thread: Sara MG: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Reply: Sara MG: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Reply: Damien Seguy: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Regarding types, I prefer:
<type>string</type>
As it already works and is clear.
Regards,
Philip
On Sun, 12 Jan 2003, Damien Seguy wrote:
> dams Sun Jan 12 14:01:12 2003 EDT
>
> Modified files:
> /phpdoc/en language-snippets.ent
> Log:
> Adding useful short links.
>
> Index: phpdoc/en/language-snippets.ent
> diff -u phpdoc/en/language-snippets.ent:1.33 phpdoc/en/language-snippets.ent:1.34
> --- phpdoc/en/language-snippets.ent:1.33 Mon Nov 25 18:40:02 2002
> +++ phpdoc/en/language-snippets.ent Sun Jan 12 14:01:11 2003
> @@ -1,4 +1,4 @@
> -<!-- $Revision: 1.33 $ -->
> +<!-- $Revision: 1.34 $ -->
>
> <!ENTITY warn.experimental '<warning><simpara>This extension is
> <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
> @@ -132,6 +132,19 @@
> <!ENTITY windows.builtin '<simpara> The windows version of <literal>PHP</literal>
> has built in support for this extension. You do not need to load any additional
> extension in order to use these functions.</simpara>'>
> +
> +<!-- These are here as helpers for manual consistency and brievety-->
> +<!ENTITY php '<literal>PHP</literal>'>
> +<!ENTITY safemode '<link linkend="ini.safe-mode">safe mode</link>'>
> +
> +<!ENTITY string '<link linkend="ini.safe-mode">string</link>'>
> +<!ENTITY integer '<link linkend="language.types.integer">integer</link>'>
> +<!ENTITY integer '<link linkend="language.types.float">float</link>'>
> +<!ENTITY resource '<link linkend="language.types.resource">resource</link>'>
> +<!ENTITY boolean '<link linkend="language.types.boolean">boolean</link>'>
> +<!ENTITY array '<link linkend="language.types.array">array</link>'>
> +<!ENTITY object '<link linkend="language.types.object">object</link>'>
> +
>
> <!-- These are using in reference/$extname/reference.xml and other
> supplemental files to mark section titles -->
>
>
>
> --
> PHP Documentation Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Derick Rethans: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- In reply to: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Next in thread: Sara MG: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Reply: Sara MG: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Reply: Damien Seguy: "Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

