ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


dictionary:setmetacaseoption

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
dictionary:setmetacaseoption [2015/09/09 05:18] mnewnhamdictionary:setmetacaseoption [2015/12/19 17:24] (current) – removed mnewnham
Line 1: Line 1:
-====== setMetaCaseOption ====== 
-~~NOTOC~~ 
-<WRAP right box> 
-== See Also == 
-[[dictionary:metacasing|MetaCasing]] 
  
-== Syntax From Version 6.0.0 == 
-  void setMetaCaseOption( 
-      int $caseOption 
-      ) 
-</WRAP> 
-===== Description ====== 
-The function ''setMetaCaseOption()'' controls the casing of all returned key values of all ''meta'' functions. Using this method, the casing of returned values can be reliably controlled, no matter which database is in use. 
-===== Usage ===== 
-<code php> 
- 
-$db->setMetaCaseOption($db::METACASE_UPPER); 
-$r = $db->metaColumns('ACT'); 
-print_r($r); 
-/* 
- * Prints 
-*/ 
-</code> 
- 
- 
- 
-       
dictionary/setmetacaseoption.1441768705.txt.gz · Last modified: (external edit)