Press ESC to close

Or check our Popular Categories...

PHP

43   Articles
43

PHP –  Hypertext Preprocessor is a widely used, server-side scripting language but also a general-purpose scripting language that is most suited for web development. The original PHP project, as invented by Rasmus Lerdorf, stood for Personal Home Page. Nowadays, it stands for the recursive acronym PHP: Hypertext Preprocessor.

3 Min Read
4 0

array_map: (PHP 4 >= 4.0.6, PHP 5, PHP 7) array_map — Applies the callback to the elements of the given arrays Description: [pastacode lang=”php” manual=”array%20array_map%20(%20callable%20%24callback%20%2C%20array%20%24array1%20%5B%2C%20array%20%24…%20%5D%20)%0A” message=”Php Code” highlight=”” provider=”manual”/] [ad…

Continue Reading
P

PHP – urlencode vs rawurlencode

2 Min Read
0 1
2 Min Read
0 1

urlencode urlencode — URL-encodes string Description [pastacode lang=”php” manual=”string%20urlencode%20(%20string%20%24str%20)%0A” message=”php code” highlight=”” provider=”manual”/] This function is convenient when encoding a string to be used in a query part of a…

Continue Reading
X