php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44307 [DE] German documentation of mkdir: Missing parameters
Submitted: 2008-03-02 00:44 UTC Modified: 2010-01-04 22:04 UTC
Votes:9
Avg. Score:3.9 ± 1.4
Reproduced:7 of 7 (100.0%)
Same Version:4 (57.1%)
Same OS:3 (42.9%)
From: info at bastian-fenske dot de Assigned: wiesemann (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 + 29 = ?
Subscribe to this entry?

 
 [2008-03-02 00:44 UTC] info at bastian-fenske dot de
Description:
------------
The function synopsis of mkdir() in the German manual is:

int mkdir  ( string $pathname  [, int $mode  ] )


Expected:

bool mkdir  ( string $pathname  [, int $mode  [, bool $recursive  [, resource $context  ]]] )

Reproduce code:
---------------
http://php.net/manual/de/function.mkdir.php


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-04 22:04 UTC] wiesemann@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC