PEAR_Builder::phpizeCallback

PEAR_Builder::phpizeCallback() – Message callback function when running phpize

Synopsis

require_once 'PEAR/builder.php';

void PEAR_Builder::phpizeCallback ( string $what , mixed $data )

Description

Message callback function used when running the phpize program. Extracts the API numbers used. Ignores other message types than "cmdoutput".

Parameter

string $what

the type of message

mixed $data

the message

Note

This function can not be called statically.

PEAR_Builder::log (Previous) PEAR_ChannelFile (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.