Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 10th, 2012  |  syntax: PHP  |  size: 0.21 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. case 'meta' :
  2.         foreach($attributeArray as $attributeName => $attributeValue) {
  3.                 switch($attributeName) {
  4.                         case 'content':
  5.                         //      Extract character set, so we can convert to UTF-8 if required
  6.                         break;
  7.                         }
  8.                 }