mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-12-02 09:38:32 +01:00
.. | ||
documenter.php | ||
README.md | ||
README.template.md |
Documentation
This documentation contains a list of the functions, interfaces and classes this library provides.
Please click through to read the docblock comment details for each of them.
Psl
FUNCTIONS
Psl\Arr
FUNCTIONS
- at ( deprecated )
- concat ( deprecated )
- contains ( deprecated )
- contains_key ( deprecated )
- count ( deprecated )
- count_values ( deprecated )
- equal ( deprecated )
- fill ( deprecated )
- first ( deprecated )
- first_key ( deprecated )
- firstx ( deprecated )
- flatten ( deprecated )
- flat_map ( deprecated )
- flip ( deprecated )
- group_by ( deprecated )
- idx ( deprecated )
- keys ( deprecated )
- last ( deprecated )
- last_key ( deprecated )
- lastx ( deprecated )
- merge ( deprecated )
- partition ( deprecated )
- random ( deprecated )
- select_keys ( deprecated )
- shuffle ( deprecated )
- sort ( deprecated )
- sort_by ( deprecated )
- sort_by_key ( deprecated )
- sort_with_keys ( deprecated )
- sort_with_keys_by ( deprecated )
- unique ( deprecated )
- unique_by ( deprecated )
- values ( deprecated )
- drop ( deprecated )
- drop_while ( deprecated )
- slice ( deprecated )
- take ( deprecated )
- take_while ( deprecated )
- filter ( deprecated )
- filter_keys ( deprecated )
- filter_nulls ( deprecated )
- filter_with_key ( deprecated )
- map ( deprecated )
- map_keys ( deprecated )
- map_with_key ( deprecated )
Psl\Collection
INTERFACES
- CollectionInterface
- IndexAccessInterface
- MutableCollectionInterface
- MutableIndexAccessInterface
- AccessibleCollectionInterface
- MutableAccessibleCollectionInterface
- VectorInterface
- MutableVectorInterface
- MapInterface
- MutableMapInterface
CLASSES
Psl\DataStructure
INTERFACES
CLASSES
Psl\Dict
FUNCTIONS
- associate
- count_values
- drop
- drop_while
- equal
- filter
- filter_nulls
- filter_keys
- filter_with_key
- flatten
- flip
- from_entries
- from_iterable
- from_keys
- group_by
- map
- map_keys
- map_with_key
- merge
- partition
- partition_with_key
- pull
- pull_with_key
- reindex
- select_keys
- slice
- sort
- sort_by
- sort_by_key
- take
- take_while
- unique
- unique_by
- diff
- diff_by_key
- intersect
- intersect_by_key
Psl\Encoding\Base64
FUNCTIONS
Psl\Encoding\Hex
FUNCTIONS
Psl\Env
FUNCTIONS
- args
- current_dir
- current_exec
- get_var
- get_vars
- join_paths
- remove_var
- set_current_dir
- set_var
- split_paths
- temp_dir
Psl\Filesystem
CONSTANTS
FUNCTIONS
- change_group
- change_owner
- change_permissions
- copy
- create_directory
- create_file
- delete_directory
- delete_file
- exists
- file_size
- get_group
- get_owner
- get_permissions
- get_basename
- get_directory
- get_extension
- get_filename
- is_directory
- is_file
- is_symbolic_link
- is_readable
- is_writable
- canonicalize
- is_executable
- read_directory
- read_file
- read_symbolic_link
- append_file
- write_file
- create_temporary_file
- create_hard_link
- create_symbolic_link
- get_access_time
- get_change_time
- get_modification_time
- get_inode
Psl\Fun
FUNCTIONS
Psl\Hash
FUNCTIONS
CLASSES
Psl\Html
FUNCTIONS
Psl\Iter
FUNCTIONS
- all
- any
- apply
- chain ( deprecated )
- chunk ( deprecated )
- chunk_with_keys ( deprecated )
- contains
- contains_key
- count
- diff_by_key ( deprecated )
- drop ( deprecated )
- drop_while ( deprecated )
- enumerate ( deprecated )
- filter ( deprecated )
- filter_keys ( deprecated )
- filter_nulls ( deprecated )
- filter_with_key ( deprecated )
- first
- first_key
- flat_map ( deprecated )
- flatten ( deprecated )
- flip ( deprecated )
- from_entries ( deprecated )
- from_keys ( deprecated )
- is_empty
- keys ( deprecated )
- last
- last_key
- map ( deprecated )
- map_keys ( deprecated )
- map_with_key ( deprecated )
- merge ( deprecated )
- product ( deprecated )
- pull ( deprecated )
- pull_with_key ( deprecated )
- random
- range ( deprecated )
- reduce
- reduce_keys
- reduce_with_keys
- reductions ( deprecated )
- reindex ( deprecated )
- repeat ( deprecated )
- reproduce ( deprecated )
- reverse ( deprecated )
- rewindable
- search
- slice ( deprecated )
- take ( deprecated )
- take_while ( deprecated )
- to_array ( deprecated )
- to_array_with_keys ( deprecated )
- to_iterator
- values ( deprecated )
- zip ( deprecated )
CLASSES
Psl\Json
FUNCTIONS
Psl\Math
CONSTANTS
- INT64_MAX
- INT64_MIN
- INT53_MAX
- INT53_MIN
- INT32_MAX
- INT32_MIN
- INT16_MAX
- INT16_MIN
- UINT32_MAX
- UINT16_MAX
- PI
- E
- INFINITY
- NAN
FUNCTIONS
- abs
- base_convert
- ceil
- clamp
- cos
- div
- exp
- floor
- from_base
- log
- max
- max_by
- maxva
- mean
- median
- min
- min_by
- minva
- round
- sin
- sqrt
- sum
- sum_floats
- tan
- to_base
Psl\Observer
INTERFACES
Psl\Password
CONSTANTS
FUNCTIONS
Psl\PseudoRandom
FUNCTIONS
Psl\Regex
FUNCTIONS
Psl\Result
FUNCTIONS
INTERFACES
CLASSES
Psl\SecureRandom
FUNCTIONS
Psl\Shell
FUNCTIONS
Psl\Str
CONSTANTS
FUNCTIONS
- capitalize
- capitalize_words
- chr
- chunk
- concat
- contains
- contains_ci
- detect_encoding
- convert_encoding
- is_utf8
- ends_with
- ends_with_ci
- fold
- format
- format_number
- from_code_points
- is_empty
- join
- length
- levenshtein
- lowercase
- metaphone
- ord
- pad_left
- pad_right
- repeat
- replace
- replace_ci
- replace_every
- replace_every_ci
- search
- search_ci
- search_last
- search_last_ci
- slice
- splice
- split
- starts_with
- starts_with_ci
- strip_prefix
- strip_suffix
- to_int
- trim
- trim_left
- trim_right
- truncate
- uppercase
- width
- wrap
- after
- after_ci
- after_last
- after_last_ci
- before
- before_ci
- before_last
- before_last_ci
Psl\Str\Byte
FUNCTIONS
- capitalize
- capitalize_words
- chr
- chunk
- compare
- compare_ci
- contains
- contains_ci
- ends_with
- ends_with_ci
- length
- lowercase
- ord
- pad_left
- pad_right
- replace
- replace_ci
- replace_every
- replace_every_ci
- reverse
- rot13
- search
- search_ci
- search_last
- search_last_ci
- shuffle
- slice
- splice
- split
- starts_with
- starts_with_ci
- strip_prefix
- strip_suffix
- trim
- trim_left
- trim_right
- uppercase
- words
- wrap
- after
- after_ci
- after_last
- after_last_ci
- before
- before_ci
- before_last
- before_last_ci
Psl\Str\Grapheme
FUNCTIONS
- contains
- contains_ci
- ends_with
- ends_with_ci
- length
- search
- search_ci
- search_last
- search_last_ci
- slice
- starts_with
- starts_with_ci
- strip_prefix
- strip_suffix
- after
- after_ci
- after_last
- after_last_ci
- before
- before_ci
- before_last
- before_last_ci
Psl\Type
FUNCTIONS
- map
- mutable_map
- vector
- mutable_vector
- array_key
- bool
- float
- int
- intersection
- iterable
- mixed
- null
- nullable
- optional
- num
- object
- resource
- string
- non_empty_string
- scalar
- shape
- union
- vec
- dict
- is_array ( deprecated )
- is_arraykey ( deprecated )
- is_bool ( deprecated )
- is_callable
- is_float ( deprecated )
- is_instanceof ( deprecated )
- is_int ( deprecated )
- is_iterable ( deprecated )
- is_nan
- is_null ( deprecated )
- is_numeric ( deprecated )
- is_object ( deprecated )
- is_resource ( deprecated )
- is_scalar ( deprecated )
- is_string ( deprecated )
- literal_scalar
INTERFACES
CLASSES
Psl\Vec
FUNCTIONS
- chunk
- chunk_with_keys
- concat
- enumerate
- fill
- filter
- filter_keys
- filter_nulls
- filter_with_key
- flat_map
- keys
- partition
- range
- reductions
- map
- map_with_key
- reproduce
- reverse
- shuffle
- sort
- sort_by
- values
- zip
This markdown file was generated using
docs/regenerate.php
. Any edits to it will likely be lost.
This markdown file was generated using
docs/documenter.php
. Any edits to it will likely be lost.