Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 9283

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.uopz.html">uopz</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="uopz.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.uopz.html">uopz</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="intro.uopz" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
 The uopz - User Operations for Zend - extension exposes Zend Engine functionality normally used at compilation and execution time in order to
 allow modification of the internal structures that represent PHP code, and for user code to interact with the VM.
  </p>
  <p class="para">
 uopz supports the following activities:
  </p>
  <ul class="simplelist">
   <li class="member">Overloading some opcodes including ZEND_EXIT and ZEND_NEW</li>
   <li class="member">Backup and restore functions and methods</li>
   <li class="member">Renaming functions and methods</li>
   <li class="member">Copying of functions and methods</li>
   <li class="member">Deletion of functions and methods</li>
   <li class="member">Redefinition of global and class constants</li>
   <li class="member">Deletion of global and class constants</li>
   <li class="member">Runtime composition and modification of classes</li>
  </ul>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
 All of the activities supported are compatible with opcache
   </p>
  </p></blockquote>
 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.uopz.html">uopz</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="uopz.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.uopz.html">uopz</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>