Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_clone [ WordPress Function ]

wp_clone ( $object )
Parameters:
  • (object) $object The object to clone
Returns:
  • (object) The cloned object
Defined at:



Copy an object.

Source


<?php
function wp_clone$object ) {
    
// Use parens for clone to accommodate PHP 4. See #17880
    
return clone( $object );
}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics