Function random_str (){ $ Poems = array ( 'You must have an employee. From the good, and from the bad. -- Confucius ', 'Becoming synonymous with excellence, many people do not need an environment of outstanding quality. -- Steve Jobs ', 'The living is to change the world. Is there any other reason? -- Steve Jobs ', 'Follow yourself. (Follow your heart) -- Steve Jobs ', 'The life is unfair; adapt to it. -- Bill gat ', 'Go your own way and let others say it. -- Dante ', 'Success is not a straight line, but a winding line. ', 'The thing that makes you sad, one day, you will surely say it with a smile. -- The salvation of Xiao Shenke ', 'If the forehead will be engraved with Zou Wen, you can only do Zou Wen, not in your heart. -- Chinese partner ', 'What is a dream? A dream is a thing that makes you feel persistence is happy. -- Chinese partner ', 'Remember that you are about to die -- jobs ', 'When you are happy, you want to think that happiness is not eternal. When you suffer, you think it is not eternal. ', 'The Ancients cloud: do your best to listen to your destiny. ', 'If life can be recovered to any previous version like svn ', 'Stay Hungry, Stay Foolish ', 'Do not feel tired when doing what you like ', 'Today is cruel, tomorrow is more cruel, and the day after tomorrow will be very beautiful, but most people will die tomorrow night-Ma Yun ', 'The Genius is 99% of the effort plus 1% of the inspiration, but there is no 1% of inspiration-Edison ', 'Don't be bound by dogma, it means you think like others, don't be overwhelmed by others' opinions, and listen to your intuition and spiritual instructions. -- Steve Jobs ', 'The clock hand can return to The original point, but it is not that of yesterday .', ); Return $ poems [rand (0, count ($ poems)-1)]; |