Thomas Jefferson | Programador PHP | Analista de Sistemas | Teresina-Piauí


Exibe uma quantidade limite de palavras

Função para limitar a quantidade de palavas a serem exibidas em sua pagina, pode ser usado em chamadas quando o texto é muito grande e você não deseja utiliza-lo todo.

Pode ser usada a função substr, mas esta pode cortar palavas ao meio.

Obs.: Você pode incrementar esta função colocando um array de conectivos e não os contando como palavras

<?php 
  
//limitador de palavras
  
function limitador($palavras,$texto) {
      
$texto explode(" "$texto);
      
$texto preg_replace("/<(/)?p>/i"""$texto);
      for (
$i=0;$i<$palavras;$i++) {
          
$texto_ok $texto_ok." ".$texto[$i];
      }
      
$texto_ok trim($texto_ok);
      
$texto_ok $texto_ok."";
      
$texto_ok trim($texto_ok);
   
$texto_ok strip_tags($texto_ok);
      return 
"$texto_ok ...";
  }
?>
Postado Por Thomas Jefferson em 08/08/2011 18:25:31
Visualizações | Comentários 1


Comentários

  • Aarly em 20/06/2023 07:41:57

    Hi,

    Are you tired of spending countless hours creating videos for social media? Do you wish there was an easier and faster way to get the job done? Look no further than Pictory – the AI-powered video editing software that will revolutionize your video creation process.

    With Pictory, you can turn your text into captivating videos with just a few clicks. Our AI-powered engine analyzes your content and generates a shareable clip in a matter of minutes. You can easily edit your videos, add captions and branding, and remove filler words and silences. Check out this video on Youtube to see Pictory in action: s://youtu.be/_utX53F9Zhc

    Imagine your existing articles, blogs converted to video in just few clicks, thats the power of AI.

    Our software is compatible with all social media platforms, including Facebook, Instagram, and YouTube. Sign up for your free trial today at s://pictory.ai?ref=230858 and start creating videos that will engage your audience and keep them coming back for more.

    But wait, there's more! Sign up using the above link and enter coupon code 230858 to get 20% off any plan for life.

    Don't let the video creation process hold you back any longer. Sign up for Pictory today and start creating captivating videos with ease.

    Best regards,
    Craig

Deixe seu comentário

Todos os comentários estão sujeitos à moderação