email obfuscation

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142995 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-10-24 12:07:07 +00:00
parent 14d0b1b480
commit ddb8a65bac
5 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<sect1 id="install.openbsd">
<title>Unix/OpenBSD installs</title>
<para>
@ -67,7 +67,7 @@
this method, it is now deprecated. You can still use the old stable
ports trees if you wish, but they are unsupported by the OpenBSD team.
If you have any comments about this, the current maintainer for the port
is <ulink url='mailto:avsm@openbsd.org'>Anil Madhavapeddy</ulink>.
is Anil Madhavapeddy (avsm at openbsd dot org).
</simpara>
</sect2>
</sect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
<refentry id="function.easter-date">
<refnamediv>
@ -59,7 +59,7 @@ echo date ("M-d-Y", easter_date(2001)); // Apr-15-2001
</para>
<para>
(The code is based on a C program by Simon Kershaw,
&lt;webmaster@ely.anglican.org&gt;)
&lt;webmaster at ely.anglican dot org&gt;)
</para>
<para>
See <function>easter_days</function> for calculating Easter

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
<refentry id="function.easter-days">
<refnamediv>
@ -71,7 +71,7 @@ echo easter_days (1913); // 2, i.e. March 23
</para>
<para>
(The code is based on a C program by Simon Kershaw,
&lt;webmaster@ely.anglican.org&gt;)
&lt;webmaster at ely.anglican dot org&gt;)
</para>
<para>
See also <function>easter_date</function>.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<reference id="ref.oci8">
<title>Oracle 8 functions</title>
<titleabbrev>OCI8</titleabbrev>
@ -137,7 +137,7 @@
<programlisting role="php">
<![CDATA[
<?php
// by sergo@bacup.ru
// by sergo at bacup dot ru
// Use option: OCI_DEFAULT for execute command to delay execution
OCIExecute($stmt, OCI_DEFAULT);
@ -171,7 +171,7 @@ OCICommit($conn);
<programlisting role="php">
<![CDATA[
<?php
// by webmaster@remoterealty.com
// by webmaster at remoterealty dot com
$sth = OCIParse ( $dbh, "begin sp_newaddress( :address_id, '$firstname',
'$lastname', '$company', '$address1', '$address2', '$city', '$state',
'$postalcode', '$country', :error_code );end;" );

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.metaphone">
<refnamediv>
@ -24,7 +24,7 @@
</para>
<para>
Metaphone was developed by Lawrence Philips
&lt;lphilips@verity.com>. It is described in ["Practical
&lt;lphilips at verity dot com>. It is described in ["Practical
Algorithms for Programmers", Binstock &amp; Rex, Addison Wesley,
1995].
</para>