I want to get the Built In Document Properties for a Word Document. In VB, I would use this syntax. strTitle = wrdDoc.BuiltInDocumentProperties.Item("Title").Value What is the equivalent syntax for PHP?