spl_autoload_unregister(3) php man page | unix.com

Man Page: spl_autoload_unregister

Operating Environment: php

Section: 3

SPL_AUTOLOAD_UNREGISTER(3)						 1						SPL_AUTOLOAD_UNREGISTER(3)

spl_autoload_unregister - Unregister given function as __autoload() implementation

SYNOPSIS
bool spl_autoload_unregister (mixed $autoload_function)
DESCRIPTION
Removes a function from the autoload queue. If the queue is activated and empty after removing the given function then it will be deacti- vated. When this function results in the queue being deactivated, any __autoload function that previously existed will not be reactivated.
PARAMETERS
o $autoload_function - The autoload function being unregistered.
RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group SPL_AUTOLOAD_UNREGISTER(3)
Related Man Pages
spl_autoload_register(3) - php
class_alias(3) - php
msg_set_queue(3) - php
session_unregister(3) - php
variant_imp(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun