From 94ddd79c4c098e1d7aa33b212b62a12a18fedb3f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 17 Aug 2011 12:29:24 +0000 Subject: [PATCH] add umask() to seealso as suggested in bug#55302 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315065 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fopen.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/filesystem/functions/fopen.xml b/reference/filesystem/functions/fopen.xml index e16bbbf82b..3b193f26d1 100644 --- a/reference/filesystem/functions/fopen.xml +++ b/reference/filesystem/functions/fopen.xml @@ -370,6 +370,7 @@ $handle = fopen("ftp://user:password@example.com/somefile.txt", "w"); stream_set_timeout popen stream_context_create + umask