Function network_downloadfromwebserver V2

Increased version of network_downloadfromwebserver:
- Flexibility increase.
- Add support of FTP with user and password.

Filesize : 1.52kb
[ Download this file ]
Function imagecreatefrombmp

Content following functions:
- getimagesizebmp($filename)
return array(width,height,depth).

- imagecreatefrombmp($filename)
compatible 1,4,8,16,24 and 32bits.
return picture.

Filesize : 1.61kb
[ Download this file ]
Function network_downloadspeedlimiter

- network_downloadspeedlimiter($file,$speedlimit)
return true if file successful download.

Filesize : 629b
[ Download this file ]
File manipulation functions

Content following functions:
- File_GetFileWExt($path)
Filename from a dir path

- File_GetFileWOExt($filename)
Filename without extension

- File_GetFileExt($filename)
Extension of a file

- File_CreateEmptyFile($filename)
Create a empty file

- File_ReadFile($filename)
Read a file

- File_ReadFileInArray($filename)
Read a file in array

- File_AddLineInFile($filename,$string)
Add a line in file

- File_Filesize($filename)
Filesize formated in a array

- File_RenameFile($filename,$newfilename)
Rename a file

- File_GetFileRight($filename)
Get file rights

- File_SetFileRight($filename,$mode)
Put file rights

- File_GetFileInfo($filename)
Get infos of a file (create date and last modification)

- File_DeleteFile($filename)
Delete a file

Filesize : 1.1kb
[ Download this file ]
Function network_checkhost

- network_checkhost($host,optional $port,optional $protocol,optional $timeout)
return true if up.

Filesize : 552b
[ Download this file ]
Function network_downloadfromwebserver

- network_downloadfromwebserver($url,$downloadpath)
return false if fail or array(filename,size in b,download url,download path,download duration in s)

Filesize : 771b
[ Download this file ]
Function system_getdircontent

Content following functions:
- system_getdircontent($path,$info,$sort,$ignore)
return a array with $info data.

- array_msort($array, $cols)
found on php.net.

Filesize : 1.55kb
[ Download this file ]