mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
email obfuscation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@142995 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14d0b1b480
commit
ddb8a65bac
5 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
<webmaster@ely.anglican.org>)
|
||||
<webmaster at ely.anglican dot org>)
|
||||
</para>
|
||||
<para>
|
||||
See <function>easter_days</function> for calculating Easter
|
||||
|
|
|
@ -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,
|
||||
<webmaster@ely.anglican.org>)
|
||||
<webmaster at ely.anglican dot org>)
|
||||
</para>
|
||||
<para>
|
||||
See also <function>easter_date</function>.
|
||||
|
|
|
@ -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;" );
|
||||
|
|
|
@ -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
|
||||
<lphilips@verity.com>. It is described in ["Practical
|
||||
<lphilips at verity dot com>. It is described in ["Practical
|
||||
Algorithms for Programmers", Binstock & Rex, Addison Wesley,
|
||||
1995].
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue