ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:connection:setcustommetatype

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
v5:reference:connection:setcustommetatype [2021/01/20 01:30] mnewnhamv5:reference:connection:setcustommetatype [2025/07/19 02:39] (current) – [Using a closure] mnewnham
Line 70: Line 70:
 */ */
 $callback = function($val) {  $callback = function($val) { 
- return strtolower($val); + return strtolower($val ?? ''); 
  };  };
  
v5/reference/connection/setcustommetatype.txt · Last modified: by mnewnham