Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Created September 1, 2019 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalmalkoc/bfedb63e9519008c6cdff9f341dceaa4 to your computer and use it in GitHub Desktop.
Save bilalmalkoc/bfedb63e9519008c6cdff9f341dceaa4 to your computer and use it in GitHub Desktop.
// Doğru kullanım
(int)
(array)
(bool)
foreach ( (array) $foo as $bar ) { ...
$foo = (bool) $bar;
// Yanlış kullanım
(boolean)
(INTEGER)
(INT)
(integer)
(ARRAY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment