Public Member Functions | |
| addWeight ($charset, $weight) | |
| Increment counter of selected charset. | |
| createSortedIterator () | |
| Create desceding ordered iterator for items maintained by container. | |
Definition at line 233 of file CharsetDetector.class.php.
| CharsetWeightMap::addWeight | ( | $ | charset, | |
| $ | weight | |||
| ) |
Increment counter of selected charset.
| charset | Charset name to increment. | |
| weight | Weight of increment - can positive or negative integer. |
Definition at line 239 of file CharsetDetector.class.php.
| CharsetWeightMap::createSortedIterator | ( | ) |
Create desceding ordered iterator for items maintained by container.
Definition at line 248 of file CharsetDetector.class.php.
1.5.4