2012-04-03 29 views
2

我喜歡問些簡單而愚蠢的事情,但我無法在PHP文檔中找到這些信息。

$_FILE['field_name']['size']字段是否代表以字節爲單位的文件大小?

+0

我搜索的信息在這裏http://php.net/manual/en/reserved.variables .files.php – 2012-04-03 08:08:21

+1

http://www.google.com/search?q=php+%24_FILES – Timur 2012-04-03 08:09:13

+0

@RepWhoringPeeHaa你對標題有什麼更好的建議嗎? – 2012-04-03 08:09:37

回答

1

file uploads info(上php.net)

$_FILES['userfile']['size'] 
    The size, in bytes, of the uploaded file. 
相關問題