didou Thu Jan 15 07:42:23 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions is-uploaded-file.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml
diff -u phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.3
phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.4
--- phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml:1.3 Mon Feb 10
22:04:15 2003
+++ phpdoc/en/reference/filesystem/functions/is-uploaded-file.xml Thu Jan 15
07:42:23 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.39 -->
<refentry id="function.is-uploaded-file">
<refnamediv>
@@ -41,7 +41,8 @@
<![CDATA[
<?php
/* Userland test for uploaded file. */
-function is_uploaded_file($filename) {
+function is_uploaded_file($filename)
+{
if (!$tmp_file = get_cfg_var('upload_tmp_dir')) {
$tmp_file = dirname(tempnam('', ''));
}