move_uploaded_file関数

アップロードされたファイルを新しい位置に移動する。

bool move_uploaded_file(①string $filename , ②string $destination)

①:サーバに仮保存されたファイル名
②:正式なファイルの移動先

inserted by FC2 system