7 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $attendance_status_set = array (
 | |
|   'offline' => 'ஆஃப்லைன்',
 | |
|   'online' => 'ஆன்லைனில்',
 | |
| );
 |