PHP Classes

Line 129 needs to have the "bindec" callback quoted, as in: ...

Recommend this page to a friend!

      Base32  >  All threads  >  Line 129 needs to have the "bindec"...  >  (Un) Subscribe thread alerts  
Subject:Line 129 needs to have the "bindec"...
Summary:Package rating comment
Messages:1
Author:David Kelly
Date:2011-12-07 15:50:27
 

David Kelly rated this package as follows:

Utility: Sufficient
Consistency: Not sure
Examples: Sufficient

  1. Line 129 needs to have the "bindec"...   Reply   Report abuse  
Picture of David Kelly David Kelly - 2011-12-07 15:50:28
Line 129 needs to have the "bindec" callback quoted, as in:


$chrs = array_map('bindec', $chrs[0]);

Thanks for the class, helped me a lot.