I. Na początek
II.Instalacja i konfiguracja
III. Opis języka
IV. Bezpieczeństwo
V. Możliwości
VI. Opis funkcji
VII. Zend API
VIII. PHP API: Interfejs rozszerzeń
X. Dodatki

Manual PHP

Zapraszam do korzystania z zamieszczonego przeze mnie manuala php. Mam nadzieję, że ta jego kopia przyda się zarówno profesjonalnym programistą, jak i początkującym twórcą skryptów PHP.

Autorzy

Mehdi Achour,
Friedhelm Betz,
Antony Dovgal,
Nuno Lopes,
Philip Olson,
Georg Richter,
Damien Seguy,
Jakub Vrana,
I kilka innych

Redakcja:

Gabor Hojtsy,
Marcin Dąbrowski, Michał Grzechowiak, Leszek Krupiński, Adam Major, Paweł Paprota, Michał Pena, Sławomir Pucia, Jarek Tabor, Tomasz Wójtowicz,

DomElement->has_attribute

(no version information, might be only in CVS)

DomElement->has_attribute --  Checks to see if an attribute exists in the current node

Opis

bool DomElement->has_attribute ( string name )

This functions checks to see if an attribute named name exists in the current node.

Przykład 1. Testing the existence of an attribute

<?php

include("example.inc");

if (!
$dom = domxml_open_mem($xmlstr)) {
    echo
"Error while parsing the document\n";
    exit;
}

$root = $dom->document_element();

$buffer = '<html';
if (
$root->has_attribute('language')) {
    
$buffer .= 'lang="' . $root->get_attribute('language') . '"';
}
$buffer .= '>';

?>


print 'wyważarki 1171501850' . "\n"; print 'ubezpieczenie samochodowe 1171501652' . "\n"; print 'Przeprowadzki Tychy 1171501844' . "\n"; print 'faktura vat online 1171501921' . "\n"; print 'szkolenie coaching 1171501635' . "\n";