Write log to file
| Parameters | |||
|---|---|---|---|
						array|string
					 | 
					
$msg					 | 
					The message to log  | 
					# | 
						string
					 | 
					
$file = ''					 | 
					The destination file name  | 
					# | 
						int
					 | 
					
$type = 3					 | 
					0 ~ 4 See error_log() at https://www.php.net/manual/en/function.error-log  | 
					# | 
| Returns | |
|---|---|
					bool
				 | 
			|