Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. // tanımlama
  4. function foo()
  5. {
  6. // fonksiyon govdesi
  7. }
  8.  
  9. // tanımlama : koşullara bağlı tanımlama, mantıksal işlem ifade etmez.
  10. if (!function_exists('bar')) {
  11. function bar()
  12. {
  13. // fonksiyon govdesi
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement