From f8416d873347bdd0032ad8a4f50794f9f80bfae2 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 1 Dec 2008 13:05:41 +0000 Subject: [PATCH] - 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 --- reference/filesystem/functions/file-get-contents.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 7cde902e3d..0d7b9118d2 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -1,5 +1,5 @@ - + file_get_contents @@ -65,8 +65,9 @@ The value of flags can be any combination of - the following flags (with some restrictions), joined with the binary OR - (|) operator. + the following flags (with some restrictions), joined with the + binary OR (|) + operator.