- Standardize the Unix acronym. Unix is the preferred capitalization

as UNIX is a registered trademark by the Open Group. References to UNIX
  were left in where it made sense, like example outputs, and so forth.
  You can read the Trademark User Guide for "UNIX" at:
  http://www.unix.org/tmug2.ps or http://www.unix.org/tmug2.pdf


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147067 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dave Barr 2003-12-21 04:22:00 +00:00
parent c1284aa95e
commit 91e836093c
51 changed files with 128 additions and 128 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<appendix id="debugger">
<title>Debugging PHP</title>
@ -47,7 +47,7 @@
<listitem>
<simpara>
Set up a TCP listener on that port somewhere (for example
<command>socket -l -s 1400</command> on UNIX).
<command>socket -l -s 1400</command> on Unix systems).
</simpara>
</listitem>
<listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<appendix id="transports">
<title>List of Supported Socket Transports</title>
<para>
@ -168,7 +168,7 @@
</section>
<section id="transports.unix">
<title>Unix Domain: UNIX and UDG</title>
<title>Unix Domain: Unix and UDG</title>
<simpara>
<literal>unix://</literal> since <literal>PHP 3</literal>,
<literal>udg://</literal> since <literal>PHP 5</literal>
@ -181,13 +181,13 @@
<simpara>
<literal>unix://</literal> provides access to a socket stream
connection in the unix domain. <literal>udg://</literal> provides
an alternate transport to a unix domain socket using the user datagram
connection in the Unix domain. <literal>udg://</literal> provides
an alternate transport to a Unix domain socket using the user datagram
protocol.
</simpara>
<simpara>
Unix Domain sockets, unlike Internet Domain sockets, do not expect
Unix domain sockets, unlike Internet domain sockets, do not expect
a port number. In the case of <function>fsockopen</function> the
<parameter>portno</parameter> parameter should be set to 0.
</simpara>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.113 $ -->
<!-- $Revision: 1.114 $ -->
<chapter id="configuration">
<title>Runtime Configuration</title>
@ -1010,11 +1010,11 @@ include_path = ".;c:\php\lib"
and <function>fopen_with_path</function> functions look for
files. The format is like the system's <envar>PATH</envar>
environment variable: a list of directories separated with a
colon in UNIX or semicolon in Windows.
colon in Unix or semicolon in Windows.
</para>
<para>
<example>
<title>UNIX include_path</title>
<title>Unix include_path</title>
<programlisting role="php.ini">
<![CDATA[
include_path=".:/php/includes"

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<sect1 id="install.netscape-enterprise">
<title>Servers-Netscape, iPlanet and SunONE</title>
<para>
@ -386,7 +386,7 @@ Service fn=php4_execute [inikey=value inikey=value ...]
script of the webserver, you wanted to start, as a CGI script
(a CGI script inside of the admin server!). This is why the environment of the started webserver
has some CGI environment variables in it. You can test this by
starting the webserver not from the administration server. Use the unix command line as root user and
starting the webserver not from the administration server. Use the Unix command line as root user and
start it manually - you will see there are no CGI-like environment variables.
</para>
</note>

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<sect1 id="install.unix">
<title>Installation on UNIX systems</title>
<title>Installation on Unix systems</title>
<para>
This section will guide you through the general configuration and
installation of PHP on Unix systems. Be sure to investigate any
@ -13,7 +13,7 @@
<itemizedlist>
<listitem>
<simpara>
Basic UNIX skills (being able to operate "make" and a C
Basic Unix skills (being able to operate "make" and a C
compiler, if compiling)
</simpara>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- Author: Wez Furlong <wez@thebrainroom.com>
Please contact me before making any major amendments to the
content of this section. Splitting/Merging are fine if they are
@ -87,7 +87,7 @@
</para>
<para>
Any local files created by the streams API will have their initial permissions set
according to the operating system defaults - under UNIX based systems
according to the operating system defaults - under Unix based systems
this means that the umask of the process will be used. Under Windows,
the file will be owned by the creating process.
Any remote files will be created according to the URL wrapper that was

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Author: Wez Furlong <wez@thebrainroom.com>
Please contact me before making any major amendments to the
content of this section. Splitting/Merging are fine if they are
@ -86,7 +86,7 @@
<refentry id="streams.php-stream-sock-open-unix">
<refnamediv>
<refname>php_stream_sock_open_unix</refname>
<refpurpose>Open a UNIX domain socket and convert into a stream</refpurpose>
<refpurpose>Open a Unix domain socket and convert into a stream</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -98,7 +98,7 @@
<methodparam><type>struct timeval *</type><parameter>timeout</parameter></methodparam>
</methodsynopsis>
<para>
<function>php_stream_sock_open_unix</function> attempts to open the UNIX domain socket
<function>php_stream_sock_open_unix</function> attempts to open the Unix domain socket
specified by <parameter>path</parameter>. <parameter>pathlen</parameter> specifies the
length of <parameter>path</parameter>.
If <parameter>timeout</parameter> is not NULL, it specifies a timeout period for the connection attempt.
@ -107,7 +107,7 @@
</para>
<note>
<simpara>
This function will not work under Windows, which does not implement unix domain sockets.
This function will not work under Windows, which does not implement Unix domain sockets.
A possible exception to this rule is if your PHP binary was built using cygwin. You are encouraged
to consider this aspect of the portability of your extension before it's release.
</simpara>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<chapter id="faq.build">
<title>Build Problems</title>
<titleabbrev>Build Problems</titleabbrev>
@ -262,7 +262,7 @@
<question>
<para>
I have followed all the steps to install the Apache module version on
UNIX, and my PHP scripts show up in my browser or I am being asked to
Unix, and my PHP scripts show up in my browser or I am being asked to
save the file.
</para>
</question>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.22 $ -->
<!-- $Revision: 1.23 $ -->
<chapter id="faq.databases">
<title>Database issues</title>
<titleabbrev>Database issues</titleabbrev>
@ -63,7 +63,7 @@
Using another database as an intermediary is not a good idea, when you can
use ODBC from PHP straight to your database - i.e. with OpenLink's drivers. If
you do need to use an intermediary file format, OpenLink have now released
Virtuoso (a virtual database engine) for NT, Linux and other unix platforms.
Virtuoso (a virtual database engine) for NT, Linux and other Unix platforms.
Please visit our <ulink url="&url.openlink;">website</ulink> for a free download.
</programlisting>
</para>
@ -206,7 +206,7 @@
and PHP against another, and then enable both in Apache, you get a
nice fat crash. Also, the bundled library didn't always play well
with the installed server version. The most obvious symptom of this
being disagreement over where to find the mysql.socket unix domain
being disagreement over where to find the mysql.socket Unix domain
socket file.
</para>
</listitem>
@ -226,7 +226,7 @@
</listitem>
</itemizedlist>
<para>
This won't actually affect that many people. UNIX users, at least the
This won't actually affect that many people. Unix users, at least the
ones who know what they are doing, tend to always build PHP against
their system's libmyqlclient library simply by doing --with-mysql=/usr
when building PHP. Windows users may enable the extension

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<chapter id="faq.general">
<title>General Information</title>
<titleabbrev>General Information</titleabbrev>
@ -93,7 +93,7 @@
<simpara>Extended API module</simpara>
</listitem>
<listitem>
<simpara>Generalized build process under UNIX</simpara>
<simpara>Generalized build process under Unix</simpara>
</listitem>
<listitem>
<simpara>Generic web server interface that also supports

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<chapter id="faq.installation">
<title>Installation</title>
<titleabbrev>Installation</titleabbrev>
@ -28,7 +28,7 @@
</question>
<answer>
<para>
By default on UNIX it should be in <filename>/usr/local/lib</filename>
By default on Unix it should be in <filename>/usr/local/lib</filename>
which is <filename>&lt;install-path&gt;/lib</filename>.
Most people will want to change this at compile-time with the
<link linkend="install.configure.with-config-file-path">--with-config-file-path</link>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.25 $ -->
<!-- $Revision: 1.26 $ -->
<chapter id="features.commandline">
<title>Using PHP from the command line</title>
<!-- NEW DOCUMENTATION STARTS -->
@ -75,7 +75,7 @@
<para>
<note>
<para>
A unix <literal>man</literal>ual page was added in PHP 4.3.2. You may
A Unix <literal>man</literal>ual page was added in PHP 4.3.2. You may
view this by typing <literal>man php</literal> in your shell environment.
</para>
</note>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
<refentry id="function.easter-date">
<refnamediv>
<refname>easter_date</refname>
<refpurpose>
Get UNIX timestamp for midnight on Easter of a given year
Get Unix timestamp for midnight on Easter of a given year
</refpurpose>
</refnamediv>
<refsect1>
@ -15,7 +15,7 @@
<methodparam choice="opt"><type>int</type><parameter>year</parameter></methodparam>
</methodsynopsis>
<para>
Returns the UNIX timestamp corresponding to midnight on Easter of
Returns the Unix timestamp corresponding to midnight on Easter of
the given year.
</para>
<para>
@ -42,7 +42,7 @@ echo date("M-d-Y", easter_date(2001)); // Apr-15-2001
<warning>
<para>
This function will generate a warning if the year is outside
of the range for UNIX timestamps (i.e. before 1970 or after 2037).
of the range for Unix timestamps (i.e. before 1970 or after 2037).
</para>
</warning>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.2 -->
<refentry id="function.easter-days">
<refnamediv>
@ -37,7 +37,7 @@
<para>
This function can be used instead of
<function>easter_date</function> to calculate Easter for years
which fall outside the range of UNIX timestamps (i.e. before 1970
which fall outside the range of Unix timestamps (i.e. before 1970
or after 2037).
<example>
<title><function>easter_days</function> example</title>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.3 -->
<refentry id="function.jdtounix">
<refnamediv>
<refname>jdtounix</refname>
<refpurpose>Convert Julian Day to UNIX timestamp</refpurpose>
<refpurpose>Convert Julian Day to Unix timestamp</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -13,9 +13,9 @@
<methodparam><type>int</type><parameter>jday</parameter></methodparam>
</methodsynopsis>
<para>
This function will return a UNIX timestamp corresponding to the
This function will return a Unix timestamp corresponding to the
Julian Day given in <parameter>jday</parameter> or &false; if
<parameter>jday</parameter> is not inside the UNIX epoch
<parameter>jday</parameter> is not inside the Unix epoch
(Gregorian years between 1970 and 2037 or 2440588 &lt;=
<parameter>jday</parameter> &lt;= 2465342 ). The time returned is
localtime (and not GMT).

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/calendar.xml, last change in rev 1.3 -->
<refentry id="function.unixtojd">
<refnamediv>
<refname>unixtojd</refname>
<refpurpose>Convert UNIX timestamp to Julian Day</refpurpose>
<refpurpose>Convert Unix timestamp to Julian Day</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -13,7 +13,7 @@
<methodparam choice="opt"><type>int</type><parameter>timestamp</parameter></methodparam>
</methodsynopsis>
<para>
Return the Julian Day for a UNIX <parameter>timestamp</parameter>
Return the Julian Day for a Unix <parameter>timestamp</parameter>
(seconds since 1.1.1970), or for the current day if no
<parameter>timestamp</parameter> is given.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/curl.xml, last change in rev 1.1 -->
<refentry id="function.curl-setopt">
<refnamediv>
@ -295,7 +295,7 @@
for the ftp "POST" instruction. The POST instruction tells
the remote server to connect to our specified IP address. The
string may be a plain IP address, a hostname, a network
interface name (under UNIX), or just a plain '-' to use the
interface name (under Unix), or just a plain '-' to use the
systems default IP address.
</simpara>
</listitem>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.gmmktime">
<refnamediv>
<refname>gmmktime</refname>
<refpurpose>Get UNIX timestamp for a GMT date</refpurpose>
<refpurpose>Get Unix timestamp for a GMT date</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.microtime">
<refnamediv>
<refname>microtime</refname>
<refpurpose>
Return current UNIX timestamp with microseconds
Return current Unix timestamp with microseconds
</refpurpose>
</refnamediv>
<refsect1>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.mktime">
<refnamediv>
<refname>mktime</refname>
<refpurpose>Get UNIX timestamp for a date</refpurpose>
<refpurpose>Get Unix timestamp for a date</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -21,7 +21,7 @@
<para>
<emphasis>Warning:</emphasis> Note the strange order of
arguments, which differs from the order of arguments in a regular
UNIX mktime() call and which does not lend itself well to leaving
Unix mktime() call and which does not lend itself well to leaving
out parameters from right to left (see below). It is a common
error to mix these values up in a script.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.12 $ -->
<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.strftime">
<refnamediv>
@ -239,7 +239,7 @@
library, in which case they will not be supported by PHP's
<function>strftime</function>. Additionally, not all platforms
support negative timestamps, therefore your date range may
be limited to no earlier than the unix epoch. This means that
be limited to no earlier than the Unix epoch. This means that
e.g. %e, %T, %R and %D (there might be more) and dates prior to
<literal>Jan 1, 1970</literal> will not work on Windows, some Linux
distributions, and a few other operating systems. For Windows systems a

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 -->
<refentry id="function.strtotime">
<refnamediv>
<refname>strtotime</refname>
<refpurpose>
Parse about any English textual datetime description into a UNIX
Parse about any English textual datetime description into a Unix
timestamp
</refpurpose>
</refnamediv>
@ -18,7 +18,7 @@
</methodsynopsis>
<simpara>
The function expects to be given a string containing an English date
format and will try to parse that format into a UNIX timestamp relative
format and will try to parse that format into a Unix timestamp relative
to the timestamp given in <parameter>now</parameter>, or the current time
if none is supplied. Upon failure, <literal>-1</literal> is returned.
</simpara>
@ -71,7 +71,7 @@ if (($timestamp = strtotime($str)) === -1) {
the dates that correspond to the minimum and maximum values for
a 32-bit signed integer.)
Additionally, not all platforms support negative timestamps, therefore
your date range may be limited to no earlier than the unix epoch. This
your date range may be limited to no earlier than the Unix epoch. This
means that e.g. dates prior to Jan 1, 1970 will not work on Windows,
some Linux distributions, and a few other operating systems.
</para>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
<refentry id="function.time">
<refnamediv>
<refname>time</refname>
<refpurpose>Return current UNIX timestamp</refpurpose>
<refpurpose>Return current Unix timestamp</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<reference id="ref.dbplus">
<title>DB++ Functions</title>
<titleabbrev>DB++</titleabbrev>
@ -36,7 +36,7 @@
<ulink url="&url.dbplus.company;">Concept asa</ulink> provides
<ulink url="&url.dbplus.download;">db++ Demo versions</ulink>
and <ulink url="&url.dbplus.documentation;">documentation</ulink>
for Linux, some other UNIX versions. There is also a Windows
for Linux, some other Unix versions. There is also a Windows
version of db++, but this extension doesn't support it (yet).
</para>
</section>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@ -383,7 +383,7 @@
<para>
Name of the file where script errors should be logged. If the
special value <literal>syslog</literal> is used, the errors
are sent to the system logger instead. On UNIX, this means
are sent to the system logger instead. On Unix, this means
syslog(3) and on Windows NT it means the event log. The
system logger is not supported on Windows 95. See also:
<function>syslog</function>.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.chmod">
<refnamediv>
@ -46,7 +46,7 @@ chmod("/somedir/somefile", 0755); // octal; correct value of mode
grant execute rights, number 2 means that you make the file
writeable, number 4 means that you make the file readable. Add
up these numbers to specify needed rights. You can also read more
about modes on UNIX systems with 'man 1 chmod' and 'man 2 chmod'.
about modes on Unix systems with 'man 1 chmod' and 'man 2 chmod'.
</para>
<para>
<informalexample>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.fnmatch">
<refnamediv>
<refname>fnmatch</refname>
@ -43,7 +43,7 @@ if (fnmatch("*gr[ae]y", $color)) {
See also <function>glob</function>,
<function>ereg</function>,
<function>preg_match</function>
and the unix manpage on <literal>fnmatch(3)</literal> for flag names
and the Unix manpage on <literal>fnmatch(3)</literal> for flag names
(as long as they are not documented here <!-- TODO hartmut -->).
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.linkinfo">
<refnamediv>
@ -14,7 +14,7 @@
</methodsynopsis>
<para>
<function>linkinfo</function> returns the st_dev field of the
UNIX C stat structure returned by the lstat system call. This
Unix C stat structure returned by the lstat system call. This
function is used to verify if a link (pointed to by
<parameter>path</parameter>) really exists (using the same method
as the S_ISLNK macro defined in stat.h). Returns 0 or &false; in

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.stat">
<refnamediv>
@ -87,17 +87,17 @@
<row>
<entry>8</entry>
<entry>atime</entry>
<entry>time of last access (unix timestamp)</entry>
<entry>time of last access (Unix timestamp)</entry>
</row>
<row>
<entry>9</entry>
<entry>mtime</entry>
<entry>time of last modification (unix timestamp)</entry>
<entry>time of last modification (Unix timestamp)</entry>
</row>
<row>
<entry>10</entry>
<entry>ctime</entry>
<entry>time of last change (unix timestamp)</entry>
<entry>time of last change (Unix timestamp)</entry>
</row>
<row>
<entry>11</entry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-mdtm">
<refnamediv>
@ -15,11 +15,11 @@
</methodsynopsis>
<para>
<function>ftp_mdtm</function> checks the last modified time for a
file, and returns it as a UNIX timestamp. If an error occurs, or
file, and returns it as a Unix timestamp. If an error occurs, or
the file does not exist, -1 is returned.
</para>
<para>
Returns a UNIX timestamp on success, or -1 on error.
Returns a Unix timestamp on success, or -1 on error.
</para>
<para>
<example>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/ftp.xml, last change in rev 1.2 -->
<refentry id="function.ftp-systype">
<refnamediv>
@ -23,12 +23,12 @@
<?php
// ftp connection
$ftp = ftp_connect('ftp.keliglia.com');
$ftp = ftp_connect('ftp.example.com');
ftp_login($ftp, 'user', 'password');
// get the system type
if ($type = ftp_systype($ftp)) {
echo "Keliglia is powered by $type\n";
echo "Example.com is powered by $type\n";
} else {
echo "Couldn't get the systype";
}
@ -41,7 +41,7 @@ if ($type = ftp_systype($ftp)) {
</para>
<screen>
<![CDATA[
Keliglia is powered by UNIX
Example.com is powered by UNIX
]]>
</screen>
</example>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.26 $ -->
<!-- $Revision: 1.27 $ -->
<!-- splitted from ./en/functions/http.xml, last change in rev 1.2 -->
<refentry id="function.setcookie">
<refnamediv>
@ -88,7 +88,7 @@
<row>
<entry><parameter>expire</parameter></entry>
<entry>
The time the cookie expires. This is a unix timestamp so is
The time the cookie expires. This is a Unix timestamp so is
in number of seconds since the epoch. In otherwords, you'll
most likely set this with the <function>time</function> function
plus the number of seconds before you want it to expire. Or
@ -311,7 +311,7 @@ one : cookieone
</para>
<para>
You may notice the <parameter>expire</parameter> parameter takes on a
unix timestamp, as opposed to the date format <literal>Wdy, DD-Mon-YYYY
Unix timestamp, as opposed to the date format <literal>Wdy, DD-Mon-YYYY
HH:MM:SS GMT</literal>, this is because PHP does this conversion
internally.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ibase-fetch-assoc">
<refnamediv>
<refname>ibase_fetch_assoc</refname>
@ -32,7 +32,7 @@
<parameter>fetch_flag</parameter> is a combination of the constants IBASE_TEXT and IBASE_UNIXTIME
ORed together. Passing IBASE_TEXT will cause this function to return BLOB contents
instead of BLOB ids. Passing IBASE_UNIXTIME will cause this function to return
date/time values as UNIX timestamps instead of as formatted strings.
date/time values as Unix timestamps instead of as formatted strings.
</para>
<para>
See also

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.9 -->
<refentry id="function.ibase-fetch-object">
<refnamediv>
@ -43,7 +43,7 @@
<parameter>fetch_flag</parameter> is a combination of the constants IBASE_TEXT and IBASE_UNIXTIME
ORed together. Passing IBASE_TEXT will cause this function to return BLOB contents
instead of BLOB ids. Passing IBASE_UNIXTIME will cause this function to return
date/time values as UNIX timestamps instead of as formatted strings.
date/time values as Unix timestamps instead of as formatted strings.
</para>
<para>
See also

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-fetch-row">
<refnamediv>
@ -33,7 +33,7 @@
<parameter>fetch_flag</parameter> is a combination of the constants IBASE_TEXT and IBASE_UNIXTIME
ORed together. Passing IBASE_TEXT will cause this function to return BLOB contents
instead of BLOB ids. Passing IBASE_UNIXTIME will cause this function to return
date/time values as UNIX timestamps instead of as formatted strings.
date/time values as Unix timestamps instead of as formatted strings.
</para>
<para>
See also

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
<refentry id="function.dl">
<refnamediv>
@ -19,7 +19,7 @@
load which also depends on your platform. For example, the <link
linkend="ref.sockets">sockets</link> extension (if compiled as a shared
module, not the default!) would be called <filename>sockets.so</filename>
on unix platforms whereas it is called
on Unix platforms whereas it is called
<filename>php_sockets.dll</filename> on the Windows platform.
</para>
<para>
@ -111,7 +111,7 @@ if (!extension_loaded('sqlite')) {
</note>
<note>
<para>
<function>dl</function> is case sensitive on unix platforms.
<function>dl</function> is case sensitive on Unix platforms.
</para>
</note>
&note.sm.disabled;

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<section id="ming.install">
&reftitle.install;
<para>
<example>
<title>built into PHP (unix)</title>
<title>built into PHP (Unix)</title>
<literallayout>
<![CDATA[
mkdir <phpdir>/ext/ming

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 -->
<refentry id="function.swfaction">
<refnamediv>
@ -395,7 +395,7 @@
</itemizedlist>
So, setting a sprite's x position is as simple as <literal>/box.x = 100;</literal>.
Why the slash in front of the box, though? That's how flash keeps
track of the sprites in the movie, just like a unix filesystem-
track of the sprites in the movie, just like a Unix filesystem-
here it shows that box is at the top level. If the sprite named
box had another sprite named biff inside of it, you'd set its x
position with /box/biff.x = 100;. At least, I think so; correct

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
<refentry id="function.udm-set-agent-param">
<refnamediv>
@ -61,7 +61,7 @@
To use tracking, you have to create tables for tracking support.
For MySQL, use create/mysql/track.txt.
When doing a search, front-end uses those tables to store query words,
a number of found documents and current UNIX timestamp in seconds.
a number of found documents and current Unix timestamp in seconds.
Available values: UDM_TRACK_ENABLED, UDM_TRACK_DISABLED.
</simpara>
</listitem>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.nsapi-virtual">
<refnamediv>
<refname>nsapi_virtual</refname>
@ -31,7 +31,7 @@
<para>
This function depends on a undocumented feature of the Netscape/iPlanet/SunONE
webservers. Use <function>phpinfo</function> to determine if it is available.
In the unix environment it should always work, in windows it depends on the name of
In the Unix environment it should always work, in windows it depends on the name of
a <filename>ns-httpdXX.dll</filename> file.
Read the note about <link linkend='install.netscape.notes'>subrequests in the
install section</link> if you experience this problem.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 -->
<refentry id="function.ora-error">
<refnamediv>
@ -25,7 +25,7 @@
</note>
</para>
<para>
On UNIX versions of Oracle, you can find details about an error
On Unix versions of Oracle, you can find details about an error
message like this:
<computeroutput>
$ <userinput>oerr ora

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<reference id="ref.sem">
<title>Semaphore, Shared Memory and IPC Functions</title>
<titleabbrev>Semaphore</titleabbrev>
@ -56,7 +56,7 @@
The messaging functions may be used to send and receive messages to/from
other processes. They provide a simple and effective means of exchanging
data between processes, without the need for setting up an alternative
using unix domain sockets.
using Unix domain sockets.
</para>
&note.no-windows.extension;
</section>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.40 $ -->
<!-- $Revision: 1.41 $ -->
<reference id="ref.session">
<title>Session handling functions</title>
<titleabbrev>Sessions</titleabbrev>
@ -321,7 +321,7 @@ if (! isset($_SESSION['count'])) {
<para>
PHP is capable of transforming links transparently. Unless you are using
PHP 4.2 or later, you need to enable it manually when building PHP.
Under UNIX, pass <link linkend="install.configure.enable-trans-sid">
Under Unix, pass <link linkend="install.configure.enable-trans-sid">
--enable-trans-sid</link> to configure. If this build
option and the run-time option
<literal>session.use_trans_sid</literal> are enabled, relative

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<reference id="ref.shmop">
<title>Shared Memory Functions</title>
<titleabbrev>shmop</titleabbrev>
@ -9,7 +9,7 @@
&reftitle.intro;
<para>
Shmop is an easy to use set of functions that allows PHP to read,
write, create and delete UNIX shared memory segments. Note that versions
write, create and delete Unix shared memory segments. Note that versions
of Windows previous to Windows 2000 do not support shared memory.
</para>
<note>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.1 -->
<refentry id="function.socket-connect">
<refnamediv>
@ -25,7 +25,7 @@
address in dotted-quad notation
(e.g. <literal>127.0.0.1</literal>), if the socket is of the
<constant>AF_INET</constant> family; or the pathname of a
Unix-domain socket, if the socket family is
Unix domain socket, if the socket family is
<constant>AF_UNIX</constant>.
</para>
<para>

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-getpeername">
<refnamediv>
<refname>socket_getpeername</refname>
<refpurpose>
Queries the remote side of the given socket which may either result in host/port
or in a UNIX filesystem path, dependent on its type.
or in a Unix filesystem path, dependent on its type.
</refpurpose>
</refnamediv>
<refsect1>
@ -28,7 +28,7 @@
</para>
<para>
If the given socket is of type <constant>AF_UNIX</constant>,
<function>socket_getpeername</function> will return the UNIX filesystem
<function>socket_getpeername</function> will return the Unix filesystem
path (e.g. <literal>/var/run/daemon.sock</literal>) in the
<parameter>address</parameter> parameter.
</para>

View file

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-getsockname">
<refnamediv>
<refname>socket_getsockname</refname>
<refpurpose>
Queries the local side of the given socket which may either result in host/port
or in a UNIX filesystem path, dependent on its type.
or in a Unix filesystem path, dependent on its type.
</refpurpose>
</refnamediv>
<refsect1>
@ -28,7 +28,7 @@
</para>
<para>
If the given socket is of type <constant>AF_UNIX</constant>,
<function>socket_getsockname</function> will return the UNIX filesystem
<function>socket_getsockname</function> will return the Unix filesystem
path (e.g. <literal>/var/run/daemon.sock</literal>) in the
<parameter>address</parameter> parameter.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<reference id="ref.sockets">
<title>Socket functions</title>
<titleabbrev>Sockets</titleabbrev>
@ -31,7 +31,7 @@
of useful material in the appropriate Unix man pages, and there is a great
deal of tutorial information on socket programming in C on the web, much
of which can be applied, with slight modifications, to socket programming
in PHP. The <ulink url="&url.socket.faq;">UNIX Socket
in PHP. The <ulink url="&url.socket.faq;">Unix Socket
FAQ</ulink> might be a good start.
</para>
&warn.experimental;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.stream-socket-client">
<refnamediv>
<refname>stream_socket_client</refname>
@ -26,7 +26,7 @@
(AF_INET) such as TCP and UDP, the <literal>target</literal> portion
of the <parameter>remote_socket</parameter> parameter should consist of
a hostname or IP address followed by a colon and a port number. For Unix
Domain sockets, the <parameter>target</parameter> portion should point
domain sockets, the <parameter>target</parameter> portion should point
to the socket file on the filesystem.
The optional <parameter>timeout</parameter> can be used to

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry id="function.stream-socket-server">
<refnamediv>
<refname>stream_socket_server</refname>
@ -25,7 +25,7 @@
(AF_INET) such as TCP and UDP, the <literal>target</literal> portion
of the <parameter>remote_socket</parameter> parameter should consist of
a hostname or IP address followed by a colon and a port number. For Unix
Domain sockets, the <parameter>target</parameter> portion should point
domain sockets, the <parameter>target</parameter> portion should point
to the socket file on the filesystem.
<parameter>flags</parameter> is a bitmask field which may be set to any

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="xslt.installation">
&reftitle.install;
<para>
On UNIX, run <command>configure</command> with the
On Unix, run <command>configure</command> with the
<option role="configure">--enable-xslt</option>
<option role="configure">--with-xslt-sablot</option>
options. The <productname>Sablotron</productname>