mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Update comments
This commit is contained in:
		@@ -8,9 +8,9 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Get and returns the URL path to an userdata file
 | 
			
		||||
 *
 | 
			
		||||
 * @param String $fileURI Optionnal, defines the URI pointing on the file
 | 
			
		||||
 * @param Boolean $systemPath Optionnal, defines if system path is required instead of URL
 | 
			
		||||
 * @return String The full URL to the userdata file
 | 
			
		||||
 * @param string $fileURI Optionnal, defines the URI pointing on the file
 | 
			
		||||
 * @param bool $systemPath Optionnal, defines if system path is required instead of URL
 | 
			
		||||
 * @return string The full URL to the userdata file
 | 
			
		||||
 */
 | 
			
		||||
function path_user_data(string $fileURI = "", bool $systemPath = false) : string {
 | 
			
		||||
	if(!$systemPath)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user