<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.luasandbox.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'class.luasandboxfunction.php',
    1 => 'LuaSandboxFunction',
    2 => 'The LuaSandboxFunction class',
  ),
  'up' => 
  array (
    0 => 'book.luasandbox.php',
    1 => 'LuaSandbox',
  ),
  'prev' => 
  array (
    0 => 'luasandbox.wrapphpfunction.php',
    1 => 'LuaSandbox::wrapPhpFunction',
  ),
  'next' => 
  array (
    0 => 'luasandboxfunction.call.php',
    1 => 'LuaSandboxFunction::call',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/luasandbox/luasandboxfunction.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.luasandboxfunction.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.luasandboxfunction" class="reference">

 <h1 class="title">The LuaSandboxFunction class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL luasandbox &gt;= 1.0.0)</p>


  <div class="section" id="luasandboxfunction.intro">
   <h2 class="title">Giriş</h2>
   <p class="simpara">
    Represents a Lua function, allowing it to be called from PHP.
   </p>
   <p class="simpara">
    A LuaSandboxFunction may be obtained as a return value from Lua, as a parameter
    passed to a callback from Lua, or by using
    <span class="methodname"><a href="luasandbox.wrapphpfunction.php" class="methodname">LuaSandbox::wrapPhpFunction()</a></span>,
    <span class="methodname"><a href="luasandbox.loadstring.php" class="methodname">LuaSandbox::loadString()</a></span>, or
    <span class="methodname"><a href="luasandbox.loadbinary.php" class="methodname">LuaSandbox::loadBinary()</a></span>.
   </p>
  </div>


  <div class="section" id="luasandboxfunction.synopsis">
   <h2 class="title">Sınıf Sözdizimi</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">LuaSandboxFunction</strong>
     </span>
     {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Yöntemler */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="luasandboxfunction.call.php" class="methodname">call</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">...$args</code></span>): <span class="type"><span class="type"><a href="language.types.array.php" class="type array">array</a></span>|<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="luasandboxfunction.dump.php" class="methodname">dump</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

   }</div>


  </div>

 </div>

 















<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="luasandboxfunction.call.php">LuaSandboxFunction::call</a> — Call a Lua function</li><li><a href="luasandboxfunction.construct.php">LuaSandboxFunction::__construct</a> — Unused</li><li><a href="luasandboxfunction.dump.php">LuaSandboxFunction::dump</a> — Dump the function as a binary blob</li></ul>
</div>
<?php manual_footer($setup); ?>