- Dont make it literal (makes the char look like a slash)

- Add a link to the bitwise manual page


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270226 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2008-12-01 13:05:41 +00:00
parent 892aa379e9
commit f8416d8733

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.31 $ -->
<!-- $Revision: 1.32 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-get-contents">
<refnamediv>
<refname>file_get_contents</refname>
@ -65,8 +65,9 @@
</warning>
<para>
The value of <parameter>flags</parameter> can be any combination of
the following flags (with some restrictions), joined with the binary OR
(<literal>|</literal>) operator.
the following flags (with some restrictions), joined with the
<link linkend="language.operators.bitwise">binary OR (|)
operator</link>.
</para>
<para>
<table>