Overview
  • Namespace
  • Class

Namespaces

  • apemsel
    • AttributedString

Classes

  • apemsel\AttributedString\AttributedString
  • apemsel\AttributedString\Bitmap
  • apemsel\AttributedString\BooleanArray
  • apemsel\AttributedString\MutableAttributedString
  • apemsel\AttributedString\TokenizedAttributedString

Interfaces

  • apemsel\AttributedString\Attribute
  • apemsel\AttributedString\MutableAttribute
 1 <?php
 2 namespace apemsel\AttributedString;
 3 
 4 interface Attribute extends \ArrayAccess, \Countable
 5 {
 6   public function setRange($from, $to, $state = true);
 7   public function toString($true = "1", $false = "0");
 8   public function search($offset = 0, $returnLength = false, $state = true, $strict = true);
 9 }
10 
API documentation generated by ApiGen