mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
fixes by anon users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
<info><title>An introductory example</title></info>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Example</title>
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the position where the needle exists relative to the beginnning of
|
||||
Returns the position where the needle exists relative to the beginning of
|
||||
the <parameter>haystack</parameter> string (independent of search direction
|
||||
or offset).
|
||||
Also note that string positions start at 0, and not 1.
|
||||
|
||||
Reference in New Issue
Block a user