{"id":63,"date":"2007-08-29T07:13:55","date_gmt":"2007-08-29T05:13:55","guid":{"rendered":"http:\/\/vince.tikasz.hu\/2007\/08\/29\/property_exists-php4-hez\/"},"modified":"2010-08-14T09:00:27","modified_gmt":"2010-08-14T07:00:27","slug":"property_exists-php4-hez","status":"publish","type":"post","link":"https:\/\/vince.tikasz.hu\/2007\/08\/29\/property_exists-php4-hez\/","title":{"rendered":"property_exists PHP4-hez"},"content":{"rendered":"

\u00c9jjel szembes\u00fcltem a t\u00e9nnyel, hogy a property_exists<\/a> f\u00fcggv\u00e9ny 4-es PHP-ben m\u00e9g nem el\u00e9rhet\u0151. Hirtelen kellett valami, amivel helyettes\u00edthetem. Mivel t\u00fal sok helyen haszn\u00e1lom, csak az „\u00fajra defini\u00e1l\u00e1s” j\u00f6hetett sz\u00f3ba. Ezlett bel\u0151le:<\/p>\n

if ( !function_exists('property_exists') ) {\r\n    function property_exists( &$object, $varName ) {\r\n        return array_key_exists($varName, get_object_vars( $object) );\r\n    }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"

\u00c9jjel szembes\u00fcltem a t\u00e9nnyel, hogy a property_exists f\u00fcggv\u00e9ny 4-es PHP-ben m\u00e9g nem el\u00e9rhet\u0151. Hirtelen kellett valami, amivel helyettes\u00edthetem. Mivel t\u00fal sok helyen haszn\u00e1lom, csak az „\u00fajra defini\u00e1l\u00e1s” j\u00f6hetett sz\u00f3ba. Ezlett bel\u0151le: if ( !function_exists(‘property_exists’) ) { function property_exists( &$object, $varName … Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,28,13],"tags":[63,83,68],"_links":{"self":[{"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/posts\/63"}],"collection":[{"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/comments?post=63"}],"version-history":[{"count":0,"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/posts\/63\/revisions"}],"wp:attachment":[{"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/media?parent=63"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/categories?post=63"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vince.tikasz.hu\/wp-json\/wp\/v2\/tags?post=63"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}