Majstro-Aplikaĵoj

Company info Home page

PHP code examples - Table of contents

  • Language constructs and standard extensions functions
    • float acos(float)
    • string addcslashes(string)
    • string addslashes(string)
    • array
      • array array()
      • array array(mixed, ...)
    • array array_flip(array)
    • float asin(float)
    • float atan(float)
    • mixed constant(string)
    • float cos(float)
    • string create_function(string, string)
    • define
      • bool define(string, mixed)
      • bool define(string, mixed, bool)
    • bool defined(string)
    • die
      • void die(int)
      • void die(string)
    • void echo string, ...
    • exit (alias of die)
      • void exit(int)
      • void exit(string)
    • explode
      • array explode(string, string)
      • array explode(string, string, int)
    • mixed func_get_arg(int)
    • array func_get_args(void)
    • int func_num_args(void)
    • bool function_exists(string)
    • get_html_translation_table
      • array get_html_translation_table(int)
      • array get_html_translation_table(int, int)
      • array get_html_translation_table(int, int, string)
    • get_meta_tags
      • array get_meta_tags(string)
      • array get_html_translation_table(string, bool)
    • htmlentities
      • string htmlentities(string)
      • string htmlentities(string, int)
      • string htmlentities(string, int, string)
      • string htmlentities(string, int, string, bool)
    • htmlspecialchars
      • string htmlspecialchars(string)
      • string htmlspecialchars(string, int)
      • string htmlspecialchars(string, int, string, bool)
    • implode (alias of join)
      • string join(array)
      • string join(string, array)
    • bool is_array(mixed)
    • bool is_bool(mixed)
    • bool is_finite(float)
    • bool is_infinite(float)
    • bool is_int(mixed)
    • bool is_integer(mixed) (alias of is_int)
    • bool is_long(mixed) (alias of is_int)
    • bool is_float(mixed) (alias of is_real)
    • bool is_nan(float)
    • bool is_object(mixed)
    • bool is_real(mixed)
    • bool is_resource(mixed)
    • bool is_string(mixed)
    • bool isset(mixed, ...)
    • join
      • string join(array)
      • string join(string, array)
    • ltrim
      • string ltrim(string)
      • string ltrim(string, string)
    • levenshtein
      • int levenshtein(string, string)
      • int levenshtein(string, string, int, int, int)
    • mb_convert_case
      • string mb_convert_case(string, int)
      • string mb_convert_case(string, int, string)
    • mb_strlen
      • int mb_strlen(string)
      • int mb_strlen(string, string)
    • mb_strtolower
      • string mb_strtolower(string)
      • string mb_strtolower(string, string)
    • mb_strtoupper
      • string mb_strtoupper(string)
      • string mb_strtoupper(string, string)
    • mb_substr
      • string mb_substr(string, string)
      • string mb_substr(string, string, int)
      • string mb_substr(string, string, int, string)
    • string metaphone(string)
    • string mysqli_real_escape_string(link, string)
    • int print mixed
    • int printf(string, mixed, ...)
    • print_r
      • int print_r(mixed)
      • string print_r(mixed, bool)
    • string rawurldecode(string)
    • string rawurlencode(string)
    • rtrim
      • string rtrim(string)
      • string rtrim(string, string)
    • similar_text
      • string similar_text(string, string)
      • string similar_text(string, string, &float)
    • float sin(float)
    • string soundex(string)
    • string sprintf(string, mixed, ...)
    • string strcasecmp(string, string)
    • string strcmp(string, string)
    • string stripcslashes(string)
    • string stripslashes(string)
    • strip_tags
      • string strip_tags(string)
      • string strip_tags(string, string)
    • int strlen(string)
    • string strncasecmp(string, string, int)
    • string strncmp(string, string, int)
    • str_pad
      • string str_pad(string, int)
      • string str_pad(string, int, string)
      • string str_pad(string, int, string, int)
    • string str_repeat(string, int)
    • string strrev(string)
    • string strtolower(string)
    • string strtoupper(string)
    • strtr
      • string strtr(string, array)
      • string strtr(string, string, string)
    • substr
      • string substr(string, int)
      • string substr(string, int, int)
    • substr_replace
      • mixed substr_replace(mixed, mixed, mixed)
      • mixed substr_replace(mixed, mixed, mixed, mixed)
    • float tan(float)
    • trim
      • string trim(string)
      • string trim(string, string)
    • string ucfirst(string)
    • string ucwords(string)
    • bool unlink(string)
    • void unset(mixed, ...)
    • string urldecode(string)
    • string urlencode(string)
    • bool usort(array, string)
    • void var_dump(mixed, ...)