Kwiaciarnia Szczecin - Radio Internetowe - Pop$Techno - Opisy - Imiona - Mozaika kamienna - projekty domów - Elektronika - Opisy GG - Stalon - Łeba

Bezpłatny kurs programowania w PHP.

Krok po koroku, pełna dokumentacja w języku polskim. Skrypty napisane w PHP są z reguły umieszczane w dokumentach tekstowych (często razem z HTML lub XHTML). Dzięki temu PHP jest podobny w założeniach do dużo starszego mechanizmu Server Side Includes[4]. PHP pozwala także na wykonywanie skryptów z linii poleceń podobnie jak Perl i Python. Jego modułowa budowa udostępnia również możliwość programowania aplikacji z interfejsem graficznym. PHP umożliwia współpracę z wieloma rodzajami źródeł danych, jak na przykład serwery relacyjnych baz danych, pliki tekstowe czy dokumenty XML.

property_exists

property_exists

(PHP 5 >= 5.1.0RC1)

property_exists --  Checks if the object or class has a property

Opis

bool property_exists ( mixed class, string property )

This function checks if the given property exists in the specified class (and if it is accessible from the current scope).

Notatka: As opposed with isset(), property_exists() returns TRUE even if the property has the value NULL.

Parametry

class

The class name or an object of the class to test for

property

The name of the property

Zwracane wartości

Returns TRUE if the property exists, FALSE if it doesn't exist or NULL in case of an error.

Przykłady

Przykład 1. A property_exists() example

<?php

class myClass {
    
public $mine;
    
private $xpto;

    static function
test() {
        
var_dump(property_exists('myClass', 'xpto')); // true, it can be accessed from here
    
}
}

var_dump(property_exists('myClass', 'mine'));   //true
var_dump(property_exists(new myClass, 'mine')); //true
var_dump(property_exists('myClass', 'xpto'));   //false, isn't public
myClass::test();

?>

Patrz także

method_exists()

php

kontakt:praca.pozycjonowanie@gmail.com

Design by flankerds
last minute odchudzanie Biuro Rachunkowe Cialis Bielizna