bcompiler_parse_class

(PECL)

bcompiler_parse_class -- Reads the bytecodes of a class and calls back to a user function

Description

bool bcompiler_parse_class ( string class, string callback )

Anmerkung: This function has been removed from bcompiler and is no longer available as of bcompiler 0.5.

Reads the bytecodes of a class and calls back to a user function.

Beispiel 1. bcompiler_parse_class() example

<?php

function readByteCodes($data) {
  
print_r($data);
}

bcompiler_parse_class("DB","readByteCodes");

?>

Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:56:58