Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
limit_words
niammuddin
Jul 27th, 2017
725
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
function
limit_words
(
$string
,
$word_limit
)
{
$words
=
explode
(
" "
,
$string
)
;
return
implode
(
" "
,
array_splice
(
$words
,
0
,
$word_limit
)
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $900 INSTANTLY Y
JavaScript | 1 sec ago | 0.15 KB
Make $200 in 15 minutes N
JavaScript | 21 sec ago | 0.07 KB
Crypto Exchange profit method
JavaScript | 21 sec ago | 0.15 KB
GMAIL Logs (2FA disabled)
JavaScript | 28 sec ago | 0.15 KB
MAKE $900 INSTANTLY J
JavaScript | 29 sec ago | 0.07 KB
Changelly Bug (Get more on BTC swaps)
JavaScript | 36 sec ago | 0.15 KB
✅ MAKE $12OO IN 10 MIN T
JavaScript | 36 sec ago | 0.07 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 43 sec ago | 0.15 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!