mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
892aa379e9
commit
f8416d8733
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue