Home
last modified time | relevance | path

Searched refs:CommentArray (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php721 $CommentArray = unserialize($row['comments_id3v2']); variable
722 if (isset($CommentArray['encoded_by'][0])) {
742 $CommentArray = unserialize($row['comments_id3v2']); variable
743 …stribution'] == '%') || (!empty($CommentArray['encoded_by'][0]) && ($_REQUEST['encodedbydistributi…
759 $CommentArray = unserialize($row['comments_id3v2']); variable
760 if (isset($CommentArray['encoded_by'][0])) {
761 if (isset($EncodedBy[$row['encoder_options']][$CommentArray['encoded_by'][0]])) {
762 $EncodedBy[$row['encoder_options']][$CommentArray['encoded_by'][0]]++;
764 $EncodedBy[$row['encoder_options']][$CommentArray['encoded_by'][0]] = 1;