Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52872 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53469 invoked from network); 3 Jun 2011 21:13:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2011 21:13:37 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 74.125.83.170 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:33644] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/FF-08509-08E49ED4 for ; Fri, 03 Jun 2011 17:13:36 -0400 Received: by pvh21 with SMTP id 21so1133470pvh.29 for ; Fri, 03 Jun 2011 14:13:32 -0700 (PDT) Received: by 10.68.50.193 with SMTP id e1mr939188pbo.497.1307135612653; Fri, 03 Jun 2011 14:13:32 -0700 (PDT) Received: from c-24-19-164-241.hsd1.wa.comcast.net (c-24-19-164-241.hsd1.wa.comcast.net [24.19.164.241]) by mx.google.com with ESMTPS id c3sm1724652pbk.29.2011.06.03.14.13.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Jun 2011 14:13:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Fri, 3 Jun 2011 14:13:30 -0700 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <8FE80B01-E1D9-4249-A316-F8C4515BB978@roshambo.org> References: To: Matt Pelmear X-Mailer: Apple Mail (2.1084) Subject: Re: [PHP-DEV] DOMNode::getAttribute() From: philip@roshambo.org (Philip Olson) > Does anyone know of a particular reason it is not documented? > (I'd be happy to document and provide the ridiculously simple patch of > returning NULL...) Greetings Matt, Documenting DOM is messy/tricky (and underdocumented), but: - http://php.net/domelement.getattribute Here's one option to begin helping out with the PHP documentation: - https://edit.php.net/ And please write phpdoc@lists.php.net for additional documentation = related details and/or questions. Regards, Philip