PHP Class spec\LdapTools\Utilities\MBStringSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: ldaptools/ldaptools

Public Methods

Method Description
it_is_initializable ( )
it_should_change_the_case_of_the_keys_for_an_array ( )
it_should_change_the_case_of_the_values_for_an_array ( )
it_should_compare_two_strings_and_return_an_integer_value ( )
it_should_find_a_value_in_an_array_and_return_it_in_its_original_case ( )
it_should_get_a_code_point_for_a_given_character ( )
it_should_get_a_specific_character_given_a_code_point ( )
it_should_make_a_string_lower_case ( )
it_should_split_a_string_and_return_an_array_of_chars ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_change_the_case_of_the_keys_for_an_array() public method

it_should_change_the_case_of_the_values_for_an_array() public method

it_should_compare_two_strings_and_return_an_integer_value() public method

it_should_find_a_value_in_an_array_and_return_it_in_its_original_case() public method

it_should_get_a_code_point_for_a_given_character() public method

it_should_get_a_specific_character_given_a_code_point() public method

it_should_make_a_string_lower_case() public method

it_should_split_a_string_and_return_an_array_of_chars() public method