PHP Function List
__clone() doesn't exist. Closest matches:
- clone
- pg_lo_close
- px_close
- ps_close
- pg_close
- hw_close
- db2_close
- oci_close
- dba_close
- dbx_close
- dio_close
- yaz_close
- zip_close
- fdf_close
- pdf_close
- fam_close
- eio_close
- ftp_close
- ifx_close
- rpm_close
Site Search Results
-
Basically the idea is that you implement this magic method only when you want to execute operations inside the cloned object, immediately prior to the cloning. In this way __clone ...
-
ErrorException::__construct Exception::__clone ... If you want to control when the exception will be display or when not, you can change ...
-
Basically the idea is that you implement this magic method only when you want to execute operations inside the cloned object, immediately prior to the cloning. In this way __clone ...
-
Exception::getTraceAsString — Gets the stack trace as a string; Exception::__toString — String representation of the exception; Exception::__clone — Clone the exception
-
ReflectionExtension::__clone — Clones; ReflectionExtension::__construct — Constructs a ReflectionExtension; ReflectionExtension::export — Export
-
There are no user contributed notes for this page.
-
Basically the idea is that you implement this magic method only when you want to execute operations inside the cloned object, immediately prior to the cloning. In this way __clone ...
-
public function __clone () { foreach ($this-> data as $key => $value) if ($value instanceof self) $this [$key] = clone $value; } public function __construct (array ...
-
Basically the idea is that you implement this magic method only when you want to execute operations inside the cloned object, immediately prior to the cloning. In this way __clone ...
-
public function __clone () { throw new Exception ('Illegally attempted to clone ' . __CLASS__); } } ?> Static class member variables can exist even without an instance of ...

Other forms of search
To search the string "__clone()" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
