Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationAll aliases

The following is a list of all aliases. This page is updated regularly using the latest information which is obtained as a JSON file straight from ZPE by using print(json_encode(list_zpe_aliases())). The fat arrow (=>) is used to describe which internal function is being aliased:

  • str_trim => string_trim
  • to_json => json_encode
  • cos => cosine
  • str_lcase => string_to_lowercase
  • echo => std_out
  • list_insert_at => list_insert_at_index
  • type => get_type
  • str_matches => string_matches
  • mode => get_mode
  • pessimistic => floor
  • char_to_int => character_to_integer
  • str_text_compare => {string}_text_compare
  • sqrt => square_root
  • str_is_ucase => string_is_uppercase
  • str_trim_start => string_trim_start
  • fcopy => file_copy
  • map_get => associative_array_get
  • str_is_lcase => string_is_lowercase
  • str_splice => string_splice
  • map_create_ordered => associative_array_create_ordered
  • mkdir => directory_create
  • str_divide => string_divide
  • str_ucase => string_to_uppercase
  • tan => tangent
  • fname => file_get_name
  • list_set_at => list_set_at_index
  • fexists => file_exists
  • list_get_at => list_get_at_index
  • list_index_of => list_get_index_of
  • new_line => std_new_line
  • ceil => ceiling
  • str_concatenate => string_concatenate
  • input => std_in
  • char_at => string_get_character_at
  • fdelete => file_delete
  • fsize => file_size
  • median => get_median
  • parse_csv => csv_decode
  • list_add => list_add_element
  • print_error => std_err
  • average => get_mean
  • bye_bye => exit
  • map_put => associative_array_put
  • is_numeric => string_is_numeric
  • dir_list => directory_list_files
  • parse_xml => xml_decode
  • str_ends_with => string_ends_with
  • cbrt => cube_root
  • get_char_at => string_get_character_at
  • optimistic => ceiling
  • pop => list_pop
  • str_substring => string_substring
  • min => get_minimum
  • str_len => string_get_length
  • map_flip => associative_array_flip
  • str_to_date => string_to_date
  • str_contains => string_contains
  • get_average => get_mean
  • sin => sine
  • int_to_char => integer_to_character
  • map_contains => associative_array_contains
  • list_remove => list_remove_element
  • deserialize => deserialise
  • map_get_keys => associative_array_get_keys
  • fopen => file_open
  • get_min => get_minimum
  • str_cut => string_cut
  • max => get_maximum
  • get_input => std_in
  • str_starts_with => string_starts_with
  • str_find => string_find_occurences
  • say => speak
  • direxists => directory_exists
  • flr => floor
  • str_is_numeric => string_is_numeric
  • str_replace => string_replace
  • get_max => get_maximum
  • print => std_out
  • abs => absolute_value
  • mean => get_mean
  • str_trim_end => string_trim_end
  • parse_json => json_decode
  • str_split => string_split
Comments

There are no comments on this page.

New comment

Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days.

Comments powered by BalfComment

Feedback 👍
Comments are sent via email to me.