Results 1 to 2 of 2
  1. #1

    Default How to get parent function inside another function in PHP


    Hi all,

    gnahan ko mahibaw unsaon pag kuha sa function or to call a function itself inside another function.

    PHP Code:

    <?php

    function first_function($vars=null){
        
        function 
    second_function(){
            
            return 
    'WANT TO GET first_function("and some string here..") function';
            
        }
        
    }

    ?>
    Thanks in advance mga bro,

  2. #2

    Default Re: How to get parent function inside another function in PHP

    Quote Originally Posted by blackdream View Post
    Hi all,

    gnahan ko mahibaw unsaon pag kuha sa function or to call a function itself inside another function.

    PHP Code:

    <?php

    function first_function($vars=null){
        
        function 
    second_function(){
            
            return 
    'WANT TO GET first_function("and some string here..") function';
            
        }
        
    }

    ?>
    Thanks in advance mga bro,
    OT: Dili ba ni siya dapat ma belong sa Programming ibutang? Under sa Software and Games?

    Anyway, wala ko ka gets sa imong gustong buhaton pero basin ganahan ka mag research about PHP Closures. It goes something like this:
    Code:
    <?php
    
        function f1() {
            $f = function() {
                echo "a";
            };
    
            $f();
        }
    
        f1();
    ?>

  3.    Advertisement

Similar Threads

 
  1. Dumaguete, what's there and how to get there?
    By josephdc in forum Destinations
    Replies: 2373
    Last Post: 06-12-2020, 07:47 AM
  2. how to chop2x a string into an array in php
    By jairoh_ in forum Programming
    Replies: 5
    Last Post: 01-18-2013, 04:50 AM
  3. How to get the ticks inside the dog's ear canal?
    By dEconomist in forum Pet Discussions
    Replies: 5
    Last Post: 12-24-2010, 11:04 AM
  4. How to get over someone you really like?
    By meanstalks in forum "Love is..."
    Replies: 70
    Last Post: 04-13-2009, 03:14 AM
  5. How to get rid of TAGA LIPA ARE! in your IE...
    By DuaneKier in forum Networking & Internet
    Replies: 34
    Last Post: 08-30-2007, 08:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top