From 0885523fafc3ff7116f0239c6ca3691d86676056 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Mon, 28 Feb 2011 10:16:50 +0000 Subject: [PATCH] Updated example results in chown function (closes #54115). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308757 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/chown.xml | 26 +++++++++--------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/reference/filesystem/functions/chown.xml b/reference/filesystem/functions/chown.xml index f1aafb8d79..15b8515d14 100644 --- a/reference/filesystem/functions/chown.xml +++ b/reference/filesystem/functions/chown.xml @@ -78,22 +78,16 @@ print_r(posix_getpwuid($stat['uid'])); &example.outputs.similar; - string(13) "php.net" - ["passwd"]=> - string(1) "x" - ["uid"]=> - int(148864) - ["gid"]=> - int(148910) - ["gecos"]=> - string(13) "php.net" - ["dir"]=> - string(25) "/home/sites/php.net" - ["shell"]=> - string(13) "/sbin/nologin" -} +Array +( + [name] => root + [passwd] => x + [uid] => 0 + [gid] => 0 + [gecos] => root + [dir] => /root + [shell] => /bin/bash +) ]]>