Artikel zum Thema ‘Functions-Online’

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 »

Regular Expressions and new Features

14. April 2010 von jan

The last entry far far away in the past, so its time to write some news. In the last weeks i added some more error reporting to the site. Now you can see, what error or warning is thrown, when you call a function. Espacially the unserialize function has often the error “Error at offset xy”. weiterlesen »

SEO mal anders

12. Januar 2010 von jan

Suchmaschinenoptimierung hört ja bekanntlich nicht bei inhaltlichen Fragestellungen auf. Auch die Technik dahinter spielt eine große Rolle. So ist zum Beispiel die Abrufgeschwindigkeit der Seite ein wichtiges Kriterium, um in den Suchergebnissen dauerhaft oben zu sein. Damit die Abrufgeschwindigkeit nicht exponentiell zur Besucherzahl in den Keller sinkt, kann man einige Optionen des modernen Web nutzen. weiterlesen »