This function will dump the object's information to the standardoutput stream.
该函数将对象的信息转储到标准输出流。
2
Actually, you can still redirect or pipe stderr, but not stdout, since there will not be any standardoutput — it's being internally piped to the lp process using the popen function.