How to get div's title attribute in php. I want to get the title value like "Hong Kong (香港): +852" in php. There is any way to parse this information.
<div class="selected-flag" role="combobox" aria-owns="country-listbox" tabindex="0" title="Hong Kong (香港): +852"></div>