jan.bogutzki.de

Artikel zum Thema 'Functions-Online’

Category Array created

21. Juni 2010 von jan

There is a new Category on functions-online. This category will present the array functions of PHP. The category is filled with 3 new functions (count, in_array and range). Some more will follow.

new functions: similar_text() and round()

9. Juni 2010 von jan

The function similar_text() and round() are now available for testing. weiterlesen »

new string functions

11. Mai 2010 von jan

There are 4 new string-functions added. Now you can play around with stristr, strstr, strtolower and strtoupper. Currently the third parameter of stristr and strstr is not working. This parameter was introduced by PHP 5.3 but the hoster has only 5.2 installed. I hope i get it updated in some time.

new functions and a better result

10. Mai 2010 von jan

There are 3 new functions available. Now you can use atanh, atan2 and base_convert. weiterlesen »

better error-handling

3. Mai 2010 von jan

I have taken a look in the error log and saw that there are some problem with the functions that except arrays. Most of the problems are not proper formatted array()-code. When such a unproper formatted code was executed, the whole script stops and you do not see, that anything is working. weiterlesen »

New function

20. April 2010 von jan

The function strncmp() was added to the category String.

The result after an execution is now orderd in a new way. They are the first lines and after this, the complete function call is shown. weiterlesen »