Documentation

TraversableString
in package
implements IteratorAggregate, Countable

An object that can be used as either a string or array.

Tags
author

Kris Wallsmith kris.wallsmith@gmail.com

Interfaces, Classes and Traits

IteratorAggregate
Countable

Table of Contents

$many  : mixed
$one  : mixed
__construct()  : mixed
__toString()  : mixed
count()  : mixed
getIterator()  : mixed

Properties

Methods

__construct()

public __construct(mixed $one, array<string|int, mixed> $many) : mixed
Parameters
$one : mixed
$many : array<string|int, mixed>
Return values
mixed

Search results