Get Text From

前端 未结 5 1869
野趣味
野趣味 2020-11-29 08:32

I want to get text inside the tags as well as its value.

Example


    

PHP Code

Output:

Array(
  [0] => 'Text',
  [1] => 5
)

This is one way to do it.

提交回复
热议问题