downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionFunctionAbstract> <ReflectionFunction::isDisabled
[edit] Last updated: Tue, 21 May 2013

view this page in

ReflectionFunction::__toString

(PHP 5)

ReflectionFunction::__toStringTo string

Descrierea

public string ReflectionFunction::__toString ( void )

To string.

Parametri

Această funcție nu are parametri.

Valorile întoarse

Returns ReflectionFunction::export()-like output for the function.

Exemple

Example #1 ReflectionFunction::__toString() example

<?php
function title($title$name)
{
    return 
sprintf("%s. %s\r\n"$title$name);
}

echo new 
ReflectionFunction('title');
?>

Exemplul de mai sus va afișa ceva similar cu:

Function [ <user> function person ] {
  @@ Command line code 1 - 1

  - Parameters [2] {
    Parameter #0 [ <required> $prefix ]
    Parameter #1 [ <required> $name ]
  }
}

Vedeți de asemenea



add a note add a note User Contributed Notes ReflectionFunction::__toString - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites