There’s a Gender Extension for PHP
Did you know PHP has an extension for determining genders of first names? It's quite pointless on all levels, and still in the core manual. Weird!
Did you know PHP has an extension for determining genders of first names? It's quite pointless on all levels, and still in the core manual. Weird!
Is it possible to have static type hints in PHP 5 without PHP 7 or HHVM? Yes - with the Augmented Types extension from Box!
Taylor Ren demonstrates some advanced PHP extension development with the PHP-CPP library and C++
Taylor Ren continues with his C++ tutorial on developing PHP extensions through PHP-CPP