mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Created remove a friend method
This commit is contained in:
		@@ -487,7 +487,7 @@ class DBLibrary {
 | 
			
		||||
     * @param Array $conditionsValues The values of condition
 | 
			
		||||
     * @return Boolean  True if succeed
 | 
			
		||||
     */
 | 
			
		||||
    public function deleteEntry($tableName, $conditions = false, array $conditionsValues = array()) {
 | 
			
		||||
    public function deleteEntry(string $tableName, $conditions = false, array $conditionsValues = array()) : bool {
 | 
			
		||||
        //We try to perform the task
 | 
			
		||||
        try{
 | 
			
		||||
            //We check if any database is opened
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user