From 5222a1c1ed96c34b5cfe00b2e5af451fcd587ef2 Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Wed, 28 Oct 2020 01:11:46 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351023 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/popen.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/filesystem/functions/popen.xml b/reference/filesystem/functions/popen.xml index eb51722bd8..0f680b5fe6 100644 --- a/reference/filesystem/functions/popen.xml +++ b/reference/filesystem/functions/popen.xml @@ -41,7 +41,7 @@ On Windows, popen defaults to text mode, i.e. any \n characters written to or read from the pipe will be translated to \r\n. - If this is not desired, binaray mode can be enforced by setting mode + If this is not desired, binary mode can be enforced by setting mode to 'rb' and 'wb', respectively.