Zmiany pomiędzy wersją 10 and wersją 11 dla DeployerGuide/Others/WorkingWithFlexy
- Data i czas:
- 04/15/11 11:53:42 (14 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/WorkingWithFlexy
v10 v11 51 51 {end:} 52 52 }}} 53 54 wszystkie dostępne funkcje: 55 {{{ 56 round($val, $precision = NULL); 57 58 in_array($val, $array); 59 60 array_key_exists($key, $array); 61 62 strpos($haystack, $needle); 63 64 stripos($haystack, $needle); 65 66 substr($string, $start, $length); 67 68 str_replace($from, $to, $source); 69 70 trim($string); 71 72 preg_quote($str); 73 74 preg_replace($from, $to, $source); 75 76 date($format, $time = NULL); 77 78 }}} 79