Namespaces
Salient
Cache
Cli
Collection
Console
Container
Contract
Core
Curler
Http
Iterator
PHPDoc
Polyfill
Sync
Testing
Utility
none
Classes
Closure
CurlHandle
DateInterval
DateTime
DateTimeImmutable
DateTimeZone
Generator
IteratorIterator
ReflectionAttribute
ReflectionClass
ReflectionClassConstant
ReflectionConstant
ReflectionExtension
ReflectionFunction
ReflectionFunctionAbstract
ReflectionMethod
ReflectionNamedType
ReflectionParameter
ReflectionProperty
ReflectionType
ReflectionZendExtension
SplFileInfo
SplFileObject
SQLite3
SQLite3Result
SQLite3Stmt
Interfaces
ArrayAccess
Countable
DateTimeInterface
Iterator
IteratorAggregate
JsonSerializable
OuterIterator
RecursiveIterator
Reflector
SeekableIterator
Stringable
Throwable
Traversable
Exceptions
BadFunctionCallException
BadMethodCallException
Exception
InvalidArgumentException
LogicException
OutOfRangeException
ReflectionException
RuntimeException
UnexpectedValueException
Overview
Namespace
Interface
Tree
Interface
Countable
Countable
Salient\Iterator\FileIterator
implements
IteratorAggregate
<string,
SplFileInfo
>,
FluentIteratorInterface
<string,
SplFileInfo
>,
Countable
,
Immutable
uses
FluentIteratorTrait
Salient\Contract\Collection\DictionaryInterface
extends
ArrayAccess
<TKey, TValue>,
Countable
,
JsonSerializable
,
Traversable
<TKey, TValue>,
Arrayable
<TKey, TValue|TArrayValue>,
Jsonable
Salient\Collection\Dictionary
implements
DictionaryInterface
<TKey, TValue, mixed[]>,
IteratorAggregate
<TKey, TValue> uses
DictionaryTrait
,
RecursiveArrayableCollectionTrait
Salient\Contract\Http\HeadersInterface
extends
DictionaryInterface
<string, string[]>,
HasHeaders
,
Immutable
,
Stringable
,
HasHttpHeader
Salient\Http\Headers
implements
HeadersInterface
,
IteratorAggregate
<string, string[]>,
HasHttpRegex
uses
ReadOnlyCollectionTrait
,
ReadOnlyArrayAccessTrait
,
ArrayableCollectionTrait
,
ImmutableTrait
Salient\Contract\Collection\CollectionInterface
extends
DictionaryInterface
<TKey, TValue, TArrayValue>
Salient\Collection\Collection
implements
CollectionInterface
<TKey, TValue, mixed[]>,
IteratorAggregate
<TKey, TValue> uses
CollectionTrait
,
RecursiveArrayableCollectionTrait
Salient\Collection\ListCollection
implements
CollectionInterface
<int, TValue, mixed[]>,
IteratorAggregate
<int, TValue> uses
ListCollectionTrait
,
RecursiveArrayableCollectionTrait
Salient\Contract\Sync\SyncErrorCollectionInterface
extends
CollectionInterface
<int,
SyncErrorInterface
>,
Stringable
Salient\Sync\Support\SyncErrorCollection
implements
SyncErrorCollectionInterface
,
IteratorAggregate
<int,
SyncErrorInterface
> uses
ListCollectionTrait
,
ArrayableCollectionTrait
Methods
public
count(): int
Implemented by
Salient\Iterator\FileIterator::count()
#