Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (!function_exists('fungsi_helper1')) {
- function fungsi_helper1()
- {
- //simpan code anda disini
- }
- }
- if (!function_exists('fungsi_helper2')) {
- function fungsi_helper2($parameter)
- {
- //simpan code anda disini
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement