PEAR codding standards

This commit is contained in:
Loïc Chapeaux
2001-11-23 01:04:57 +00:00
parent 1b39d111d5
commit 05fefd4211
39 changed files with 752 additions and 745 deletions

View File

@@ -57,7 +57,7 @@ class zipfile
*
* @access public
*/
function add_file($data, $name)
function addFile($data, $name)
{
$name = str_replace('\\', '/', $name);
@@ -118,7 +118,7 @@ class zipfile
// optional extra field, file comment goes here
// save to central directory
$this -> ctrl_dir[] = $cdrec;
} // end of the 'add_file()' method
} // end of the 'addFile()' method
/**